Title icon and stop anytime.

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
shapowsky
Newbie
Posts: 11
Joined: Sun Mar 06, 2016 9:29 am

Title icon and stop anytime.

Post by shapowsky » Wed Jun 08, 2016 4:12 pm

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.

User avatar
JRL
Automation Wizard
Posts: 3526
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Re: Title icon and stop anytime.

Post by JRL » Thu Jun 09, 2016 4:32 am

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.

Code: Select all

OnEvent>Key_Down,VK27,8,Quit

SRT>Quit
  Exit>o
END>Quit

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts