I Have an old vbs script file being kicked off by an AutoSys job. Can I, and how do I, return an int return value to indicate success or failure?
Try:
WScript.Quit n
Where n is the ERRORLEVEL you want to return