Jump to content

Recommended Posts

Posted

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

 

Posted

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
 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...