I have a script in VBScript. I'm not sure if it contains any syntax errors or other non-runtime errors. Normally I would just run the script, but I don't want the script to actually run because the changes it makes are hard to reverse correctly.
Is it possible to make W/CScript check for syntax errors but not run the script if none were found?
I didn't know if this was better suited for SO but I thought it was more WScript specific, as my question lies with WSCript and not the script itself.