AcidicChip Posted May 10, 2006 Posted May 10, 2006 (edited) Kills dumprep.exe when a crash occurs to quickly terminate the crashed application... It's a very simple, yet very useful program. ; ---------------------------------------------------------------------------- ; ; AutoIt Version: 3.1.0 ; Author: AcidicChip <acidicchip@acidicchip.com> ; ; Script Function: ; Kills dumprep.exe when a crash occurs to quickly terminate the crashed ; application. ; ; ---------------------------------------------------------------------------- ; Script Start While 1 ProcessWait("dumprep.exe") TrayTip("Quick Crash", "Crash detected. Move it along, nothing to see here.", 10) ProcessWaitClose("dumprep.exe") TrayTip("Quick Crash", "The bong was cleared.", 10) WEnd EDIT: If anyone can make/send me some kewl mp3 sounds for the traytip text, that'd be awesome. Edited May 10, 2006 by AcidicChip
rbhkamal Posted May 10, 2006 Posted May 10, 2006 Kills dumprep.exe when a crash occurs to quickly terminate the crashed application...It's a very simple, yet very useful program.How often does your PC crash? "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix
AcidicChip Posted May 10, 2006 Author Posted May 10, 2006 (edited) How often does your PC crash? My old one? A lot. I run tripple monitors for enough workspace for all the stuff I do at once. I wish they went higher than 1600x1200. Edited May 10, 2006 by AcidicChip
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