Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5578
    owilsky
    Participant

    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

    #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.

    #5586
    owilsky
    Participant

    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?

    #5590
    Yutaka Emura
    Keymaster

    owilsky 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! :-)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.