| View previous topic :: View next topic |
| Author |
Message |
runjohan Guest
|
Posted: Mon Mar 14, 2005 2:52 pm Post subject: Abort execution |
|
|
Hi, while testing, I should be able to abort the execution of my scripts (since i am a very bad programmer!). Is there any keys to press when my scripts goes wild and begin to delete things??
Thanks!  |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Mon Mar 14, 2005 3:06 pm Post subject: |
|
|
As long as you're able to push/click your mouse - move to the TNA/Systray and right click the "H"-Icon, select "Exit" that's it.
Or CTRL+ALT+Delete. Select "AutoHotkey" at the TaskManager, choose "End Process". Done.
... or wait till Jonny&friends shows you how to create a Hotkey to abort an AHK script. |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2393
|
Posted: Mon Mar 14, 2005 3:33 pm Post subject: Re: Abort execution |
|
|
| runjohan wrote: | | Is there any keys to press when my scripts goes wild and begin to delete things?? |
Pull the power cord...  |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Mar 14, 2005 3:40 pm Post subject: |
|
|
thanx! i think i'll go for the power cord, it seems to be difficult to override the inputs (since the script is faster than me;)
Thanks for the support!  |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2393
|
Posted: Mon Mar 14, 2005 3:45 pm Post subject: |
|
|
I was actually joking . well... kind of....
Could you provide a bit of code? You may be able to add a bit of code to abort a particular section and/or add a hotkey to exit the script... |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Tue Mar 15, 2005 1:32 am Post subject: |
|
|
You could use a hotkey such as Ctrl+Alt+P to pause the script:
^!p::Pause
... and press it again later to un-pause. |
|
| Back to top |
|
 |
|