Posted by lcvvcf on May 02, 2008 at 14:13:34:
I'm running a for loop in a batch file inside of which I need to call an .exe. When that .exe runs properly, the program resumes normally; however when the .exe crashes it generates an error window and stops the batch file running until a user closes the error window.
I would like the batch file to resume its for loop after the .exe crashes without having to close the error window. How would I do that?