I have a batch file that’s calling the same executable over and over with different parameters. How do I make it terminate immediately if one of the calls returns an error code of any level?

Basically, I want the equivalent of MSBuild’s ContinueOnError=false.

9 Answers
9

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *