I need to convert a batch file to vbscript, but I am not familiar with both. If I can understand what is going on in a batch file, I can easily develop vbscript. The problem is that the batch file executes several cscript commands that must have syntax
cscript [script name] [host options] [script arguments]
However, no matter who writes the batch file, it does not use it in the standard way, so if someone can explain the use of the command, I can solve the rest.
Example string: file name and actual URL removed for security
cscript file.vbs -a -r url -h url -o raw
user256260
source
share