I need script termination shortcut.
At the end of script I have both of these two commands.
^Esc::ExitApp works to terminate the script, but then ExitApp is not triggered and next time I run the script it asks to kill the previous instance.
What I want is to have the script terminating shortcut, but also after the script run to auto close, so I don't get a prompt "previous instance running", next time I run the script.
Thank you
"
CODE:
^Esc::ExitApp
ExitApp
At the end of script I have both of these two commands.
^Esc::ExitApp works to terminate the script, but then ExitApp is not triggered and next time I run the script it asks to kill the previous instance.
What I want is to have the script terminating shortcut, but also after the script run to auto close, so I don't get a prompt "previous instance running", next time I run the script.
Thank you
"
Statistics: Posted by webk23 — Today, 08:24