![]() |
|
#11
|
||||
|
Quote:
Some folks have tossed out band-aid solution ideas and I might as well add to the list while I wait: I've had an issue where a program would "hard-crash" and pull up th e"this program has stopped responding" window, which is actually some form of the "Doctor Watson" crash handling program. When that happened, I needed to clear the "this program has stopped responding" window automatically, so I just set up a scheduled task to run "KILL DWWIN.EXE" EVERY minute (or whatever the process was that opened when I got this unwanted pop-up). This way it would completely CLOSE out of the crashed program once the debugger popped up, which would then allow the other scheduled task that tries to run the batch file every minute (as long as that task wasn't already currently running, an option in task scheduler). Net result is: whenever a crash happens, it closes out of the program automatically, and then the automated scheduled task re-opens my batch file that launches the program. | |||
|
Last edited by Portasaurus; 08-05-2012 at 01:15 PM..
|
|
|||
|
|