💻 Software
Checking VBScript for syntax errors without actually running the script
Fresh5 days ago
Mar 15, 20264359 viewsConfidence Score0%
0%
Problem
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 err…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Checking VBScript for syntax errors without actually running the script
Low Risk
For those that like to know how I worked around this: The majority of the script were subs and functions, with only a few lines of code that were executed on startup. I moved those lines into a Sub Main, and places a line to call Main on the first l…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix