The subject already said everything.
How to add a Title Icon and there is a way to do a "explode" key while macro running?
I know about shift+esc and pause break, but i tried in a exported .exe but shift+esc doesn't work.
Thanks in advance.
Title icon and stop anytime.
Moderators: Dorian (MJT support), JRL
Re: Title icon and stop anytime.
Look up help for compiling and it will tell you how to compile a script to use a custom icon.
For a kill-my-script key combo put a key_down OnEvent> at the top of the script that calls a Quit subroutine. I like to use WinKey + Esc.
For a kill-my-script key combo put a key_down OnEvent> at the top of the script that calls a Quit subroutine. I like to use WinKey + Esc.
Code: Select all
OnEvent>Key_Down,VK27,8,Quit
SRT>Quit
Exit>o
END>Quit