Login | |
|
 |
RE: Cannot run vbs by double-click - 9/7/2005 4:08:11 AM
|
|
 |
|
| |
thantos_kalev2001
Posts: 26
Score: 0
Joined: 8/31/2005
Status: offline
|
Have you tried creating a Desktop Shortcut in windows (assuming you are using Windows)? You can rightmouse click on the desktop and choose NEW-->Shortcut. Then, you can navigate to your script's path. You can even choose a catchy icon if you want. Thantos
|
|
| |
|
|
|
 |
RE: Cannot run vbs by double-click - 9/7/2005 4:43:42 AM
|
|
 |
|
| |
thantos_kalev2001
Posts: 26
Score: 0
Joined: 8/31/2005
Status: offline
|
You could also use Scheduled Tasks to have it run at a certain time. Control Panel-->Scheduled Tasks
|
|
| |
|
|
|
 |
RE: Cannot run vbs by double-click - 9/14/2005 2:01:48 AM
|
|
 |
|
| |
Cybex
Posts: 412
Score: 0
Joined: 9/14/2005
From: Florida
Status: offline
|
Is this a work system or a system you build and have always had full control of? If it is a work system that has been locked down the open action for the file type may have been reset to something like notepad instead of wscript. You can check this by opening a folder and going to “Tools”, “Folder Options”, “File Types”, “Select “.VBS” and the “Advanced”. Select “Open” action and see what it is set to. Cybex
|
|
| |
|
|
|
 |
RE: Cannot run vbs by double-click - 9/14/2005 2:09:11 AM
|
|
 |
|
| |
sethsdad
Posts: 115
Score: 0
Joined: 4/4/2005
From: USA
Status: offline
|
Cybex has the right idea. It is either a registry problem (VBS isn't associated with wcript.exe) or you have some sort of malware protection that prevents execution of VBS files (since that's how spammers like to send viruses).
|
|
| |
|
|
|
|
|