Tagged Questions
1
vote
2answers
5k views
Task Scheduler not able to execute .vbs scripts successfully
Apologies if this has a really obvious answer!
We have several daily tasks we run via a .vbs script on our server (through the Task Scheduler), and for months it has been fine, but recently we've hit ...
1
vote
1answer
829 views
.VBS scripts have stopped running… No idea why!
We have two .vbs scripts that are run by our Task Scheduler that have suddenly stopped working for no reason we can fathom. We haven't significantly altered our system configuration in the last 24 ...
1
vote
1answer
304 views
Connect certain file to automatically launch through a VBS/ WScript
On Windows Vista, I would like to open all files of a certain extension with a little VBS file (which will then pass on the parameter to a Chrome Application Shortcut app, which is actually what I ...
1
vote
5answers
2k views
Alternative to WScript.Sleep
I'm using WhatsUpGold to monitor the uptime of services and one of them is a MySql server. Since there's no explicit support for MySql, I'm forced to write a VBS script to do it. Unfortunately, ...