qwertylol Posted November 29, 2007 Posted November 29, 2007 i am a au3.exe running, how do I quit it half way? also, how do i set up a hot key so that i can tell a au3.exe to terminate a process?
Casti Posted November 29, 2007 Posted November 29, 2007 i am a au3.exe running, how do I quit it half way?also, how do i set up a hot key so that i can tell a au3.exe to terminate a process?wow i just asked this SAME question lol
BuddyBoy Posted November 29, 2007 Posted November 29, 2007 I get help by so many people, now I can finally help someone else HotKeySet("{ESC}", "Terminate") ;code here........ Func Terminate() Exit EndFunc Put whatever your code is in between there... And just press Esc whenever you want and it will shut off *I hope this works lol*
qwertylol Posted November 29, 2007 Author Posted November 29, 2007 I get help by so many people, now I can finally help someone else HotKeySet("{ESC}", "Terminate") ;code here........ Func Terminate() Exit EndFunc Put whatever your code is in between there... And just press Esc whenever you want and it will shut off *I hope this works lol* yeah this works for teminating the process itself but i was looking for the process to terminate another one.
Generator Posted November 29, 2007 Posted November 29, 2007 yeah this works for teminating the process itselfbut i was looking for the process to terminate another one.ProcessClose()
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