Batch file conversion to vbscript
Posted
by blademasterson
on Stack Overflow
See other posts from Stack Overflow
or by blademasterson
Published on 2010-01-21T22:58:09Z
Indexed on
2010/03/26
1:43 UTC
Read the original article
Hit count: 564
I need to convert a batch file to vbscript but am unfamiliar with both. If I can understand what is going on in the batch file I can work out the vbscript easy enough. Problem is the batch file runs a few cscript commands which is supposed to have a syntax of
cscript [script name] [host options] [script arguments]
However whomever wrote the batch file doesn't use it in a standard manner so if someone could explain the use of the command I can work out the rest.
Sample line: Filename and actual url's removed for safety sake
cscript file.vbs -a -r url -h url -o raw
© Stack Overflow or respective owner