J
JAQK
I have a .vbs script that I can run from the command line without a problem.
(simply using 'cscript script.vbs')
I don't know what syntax to use in order to properly create some sort of
batch file which I could then run by double-clicking or using the task
scheduler.
If I just copy and paste the syntax text from the command line window, it
will not work in a batch file, so I know I'm doing something wrong.
Thanks in advance.
(simply using 'cscript script.vbs')
I don't know what syntax to use in order to properly create some sort of
batch file which I could then run by double-clicking or using the task
scheduler.
If I just copy and paste the syntax text from the command line window, it
will not work in a batch file, so I know I'm doing something wrong.
Thanks in advance.