

- Messages
- 26
- Location
- Keaau, Hawaii
3 things to try
Hi Shraams, Sorry it's like a nightmare. Here's three things I notice that can you can try:
Your Bubbles.vbs script says:
OWS = Create Object("WScript.Shell")
OWS.Run "C:\Windows\WinSxS\x86_microsoft-windows-bubbles_31bf3856ad364e35_6.3.9600.16384_none_031e0ac2e58b36bb\Bubbles.scr"
Your Task says:
Start a Program: Wscript.exe
Argument: "C:\Users\SZ\Documents\Stuff\Bubbles.vbs"
-------------------------------------------------------
My Bubbles.vbs script says:
Set OWS = CreateObject("Wscript.Shell")
OWS.Run "C:\Users\Chums.Acerberry\Desktop\Bubbles.lnk"
My Task says:
Start a Program: Wscript exe
Argument: "C:\Info 2\Basic\XP Helper\Bubbles\Bubbles.vbs"
------------------ 3 things to try --------------------------------------
1) Send Bubbles.scr as a shortcut to the desktop.
2) In the Script: Delete the space between Create and Object. It is CreateObject
3) In the Script: Change OWS.Run phrase to OWS.Run "C:\Users\SZ\Desktop\Bubbles.lnk" (if that's the correct path to your User Desktop -- and remember to change the Bubbles extension from .scr to .lnk to point to the shortcut. If not, the script won't find it.).
Hope this helps, don't give up!
Sonya
Hi Shraams, Sorry it's like a nightmare. Here's three things I notice that can you can try:
Your Bubbles.vbs script says:
OWS = Create Object("WScript.Shell")
OWS.Run "C:\Windows\WinSxS\x86_microsoft-windows-bubbles_31bf3856ad364e35_6.3.9600.16384_none_031e0ac2e58b36bb\Bubbles.scr"
Your Task says:
Start a Program: Wscript.exe
Argument: "C:\Users\SZ\Documents\Stuff\Bubbles.vbs"
-------------------------------------------------------
My Bubbles.vbs script says:
Set OWS = CreateObject("Wscript.Shell")
OWS.Run "C:\Users\Chums.Acerberry\Desktop\Bubbles.lnk"
My Task says:
Start a Program: Wscript exe
Argument: "C:\Info 2\Basic\XP Helper\Bubbles\Bubbles.vbs"
------------------ 3 things to try --------------------------------------
1) Send Bubbles.scr as a shortcut to the desktop.
2) In the Script: Delete the space between Create and Object. It is CreateObject
3) In the Script: Change OWS.Run phrase to OWS.Run "C:\Users\SZ\Desktop\Bubbles.lnk" (if that's the correct path to your User Desktop -- and remember to change the Bubbles extension from .scr to .lnk to point to the shortcut. If not, the script won't find it.).
Hope this helps, don't give up!
Sonya
Last edited: