Jump to content

Recommended Posts

Posted

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
Posted

I get help by so many people, now I can finally help someone else :P

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*

Posted

I get help by so many people, now I can finally help someone else :P

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...