#5580
Yutaka Emura
Keymaster

owilsky wrote:
Hi,

I want a macro to run each time EmEditor starts. Is that possible?
I develop a lot of macros at our company and want to have a macro check for updates each time EmEditor starts so that a macro can download new versions of the macros.

Oliver

You can use various events (on the Macros menu > Customize dialog box), but unfortunately there is no event like “EmEditor launched”. You will need to use a command line option (/mf) to specify a macro to run.