TheGuardian050
Programmer
I have a console application, which I run through a batch file.
It on rare occasions will crash with different errors, but only rarely. It runs 24 hours a day and the crashes happen only once a week or so, so it's really hard to track them down.
I don't really care though, the batch file is set up to loop the program. The only problem is, even though it's a console app, when it crashes I get a popup window saying OK or Cancel to terminate the program. Either one just restarts the program through the batch file, but what I really want is for the popup to not happen at all and for it to simply loop through the batch file.
Any ideas? Thanks!
It on rare occasions will crash with different errors, but only rarely. It runs 24 hours a day and the crashes happen only once a week or so, so it's really hard to track them down.
I don't really care though, the batch file is set up to loop the program. The only problem is, even though it's a console app, when it crashes I get a popup window saying OK or Cancel to terminate the program. Either one just restarts the program through the batch file, but what I really want is for the popup to not happen at all and for it to simply loop through the batch file.
Any ideas? Thanks!