EMTitan Posted June 16, 2009 Posted June 16, 2009 Hey everyone, I was just wondering if there is anyway to spot when an app crash occurs such as when you get the excel has stopped working error message with an autoit code. I am trying to have an autoit script watch Excel and if Excel crashes have the script click the "close the program" button and then restart the excel file. Any hints/tips/tricks that any one could give me would be greatly appreciated.
PsaltyDS Posted June 18, 2009 Posted June 18, 2009 Hey everyone,I was just wondering if there is anyway to spot when an app crash occurs such as when you get the excel has stopped working error message with an autoit code. I am trying to have an autoit script watch Excel and if Excel crashes have the script click the "close the program" button and then restart the excel file. Any hints/tips/tricks that any one could give me would be greatly appreciated.If the type of crash you expect is producing a particular pop up window, then you just watch for that pop up with a loop or an AdLibEnable() function using WinExists(). Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now