BigDaddyO Posted June 29, 2020 Posted June 29, 2020 Hello, I've been using the /ErrorStdOut switch when launching my remote unattended .a3x scripts so an error doesn't hang the machine with a crash msgbox. now that I have time, i'm looking to better identify the crashes so I can fix them, but I've noticed that the /ErrorStdOut switch sends the error to the StdOut instead of ErrOut. Is there some way to redirect just the crashes to ErrOut so all the consolewrite lines don't get included? Thanks, Mike
BigDaddyO Posted June 29, 2020 Author Posted June 29, 2020 Found a quickish way to comment out most of the existing consolewrite lines so I guess that will fix the majority of my issue. Scite Replace using Regular Expression Find: ^\s*ConsoleWrite Replace With: ;ConsoleWrite
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now