Jump to content
Macro Express Forums

How get desktop icon to activate a macro?


Recommended Posts

Read the help section

Command Line Parameters

 

You want the executable to be MeProc.exe to avoid re-starting MEP which will take longer. Then use the command parameter to activate the macro. 

 

Remember, RTFM 😁

Link to comment
Share on other sites

When you right click on a macro there is an option to "Place on Desktop". An icon will be created on your desktop that will run the macro when you double click on it.

 

If Macro Express is not already running when you double click on the icon then Macro Express will be launched. This may take some time but the macro should run once Macro Express loads.

 

Are you sure that the macro is not running? Put a Text Box Display command at the top of your macro. It should be displayed when you double click on the macro icon.

 

If you still have trouble contact support here: Request Support

Link to comment
Share on other sites

Thanks for replies.

 

Yes, the macro was running but didn't work (as expected.) In case it wasn't valid for some reason (it just typed <WIN>X) I added another test line to minimize all windows. This worked, so the error beep must refer to the keypresses. In case there was some problem with calling the Windows key, I reduced the text to just X but still got the error beep.

 

I'm simply trying to call up the Windows alternate menu. Maybe simulating keypresses only works within a focused window or something.

 

Any ideas?

Link to comment
Share on other sites

Try the command below, you'll want a lower case x as well:

<WIND>x<WINU>

 

If that doesn't work try:

Keystroke Speed: 50 milliseconds
Text Type (Simulate Keystrokes): <WIND>x<WINU>
Keystroke Speed: 0 milliseconds

Text Box Display: test
 

Try a different command too, like:

<CTRLD>a<CTRLU>
It will highlight all your desktop icons. Just don't press delete afterwards :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...