|
Re: nerd help needed
I assume you are just clicking on it to run it? You can probably solve that problem by running it from a command prompt, instead.
Open a prompt, cd\ to the directory that your script is in, and then use 'cscript' to run it:
cscript filename.vbs
|