Search Results

1
vote

CScript/WScript Prevent an error from being blocking

don't do this: vbscript: On error resume next english: "when you have an error, ignore it and just keep going." …