- AuthorPosts
- March 17, 2008 at 4:13 pm #5578owilskyParticipant
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
March 17, 2008 at 5:53 pm #5580Yutaka EmuraKeymasterowilsky 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.
March 18, 2008 at 8:21 am #5586owilskyParticipantHmmm… I played with the various events and tried “Group window created”. Seems like that does what I want. Or will I encounter any problems with that event?
March 18, 2008 at 3:55 pm #5590Yutaka EmuraKeymasterowilsky wrote:
Hmmm… I played with the various events and tried “Group window created”. Seems like that does what I want. Or will I encounter any problems with that event?If it works, it should be OK! :-)
- AuthorPosts
- You must be logged in to reply to this topic.