
How can I pin the file to the Windows 8 Taskbar?
I've tried dragging the .vbs file to the Taskbar, but all it does is to put a windows script icon on the taskbar and when I click on it, it just displays the following dialogue box:-

Help!!
| Are you using the new MySpace? in General Discussion |
|
|
| Police: Infant Died After Mother Let Boyfriend Rape Her in Real World News |
|
|
| Torchlight 1 Free on GOG until June 19 in Computer Gaming |
|
|
| Am i SOL? in Mac Discussion & Support |
|
|
| Testing Best Answer in Site & Forum Issues |
|
Posted 22 September 2012 - 18:32


Posted 22 September 2012 - 18:40
Posted 22 September 2012 - 18:47
Posted 22 September 2012 - 18:47
This may help you.
1) Create a folder in your computer (perhaps the windows directory) called "Quick Commands" (or any name really) and put your vbs file in that folder.
2) Right-click your taskbar and select Toolbars>New Toolbar and browse to the folder you created that contains your vbs file.
This will allow you to place items like this on your taskbar.
Posted 22 September 2012 - 18:53
You're actually pinning the script interpreter, not the script itself. It does the same in Windows 7. (bug?) What does work (at least in 7..) is to make a shortcut, edit the properties and change the target to read something along the lines of:
wscript.exe "C:\Full Path\To My\TestScript.vbs"
That one works, again at least in 7.
Posted 22 September 2012 - 19:08