Trying to convert a bunch of old batch files to vbscript.
Have several batch files that call other batch files and pass the reults into a varriable. Like this: "Call Somebatchfile.bat %1" Somebatchfile.bat goes off does it's thing and returns a value. Then the rest of the original batch file can now use the %1 varriable.
trying to replace Somebatchfile.bat with someVBS_Script.vbs
I can not seem to get the vbscript to pass back a value to the batch file after it runs.
Have several batch files that call other batch files and pass the reults into a varriable. Like this: "Call Somebatchfile.bat %1" Somebatchfile.bat goes off does it's thing and returns a value. Then the rest of the original batch file can now use the %1 varriable.
trying to replace Somebatchfile.bat with someVBS_Script.vbs
I can not seem to get the vbscript to pass back a value to the batch file after it runs.