Falk3r Posted May 22, 2007 Posted May 22, 2007 How do I implement an "abort script" into my program? I'd like to hit Ctrl-X at any time in the running of a program and have it immediately quit. Thanks so much!!!
Zedna Posted May 22, 2007 Posted May 22, 2007 HotKeySet() Resources UDF ResourcesEx UDF AutoIt Forum Search
Gif Posted May 22, 2007 Posted May 22, 2007 HotKeySet("^x", "_exit") Func _exit() Exit EndFunc this should be it
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