songsmith Posted October 3, 2013 Report Share Posted October 3, 2013 Hi, all, I'm new to Macro Express Pro though I've used macros for many years. (None as good as this program, though.) I've been creating global macros to run programs I use frequently and have run into a glitch with Eudora because it uses a special documents folder I created to save all my various Eudora settings and mailboxes. For all other macros, I simply selected the program from the list of running processes and gave it an activation key. Then the new macro runs smoothly every time. This doesn't work with Eudora, so I tried using the two command strings from the Eudora icon: Program location: "C:\Program Files (x86)\Qualcomm\Eudora\Eudora.exe" Documents folder: "C:\Users\Jim\Documents\EudoraMail" The Eudora icon has these two commands strung out one after the other like this: "C:\Program Files (x86)\Qualcomm\Eudora\Eudora.exe" "C:\Users\Jim\Documents\EudoraMail" I've tried copying the whole thing into the Program/Path Name box in ME, and I've also tried separating the two commands, one in the Program/Path Name box and the other in the Program Parameters box. Neither way works. When I hit the activation key, ME blinks for a second without bringing up Eudora. It doesn't matter if the program is currently minimized or turned off altogether. It doesn't come up. What am I missing? Quote Link to comment Share on other sites More sharing options...
Cory Posted October 3, 2013 Report Share Posted October 3, 2013 It seems like that should work. Perhaps try running that same combination from the Run line or Command Prompt and see if you get any errors. Also make sure Eudora isn't running already. Might even be a hidden process. I've had this block execution before. The first thing the program does is check to see if it's running then tries to switch to that program instead. IE nothing to do with MEP. It sees a broken instance of itself and aborts. Quote Link to comment Share on other sites More sharing options...
songsmith Posted October 5, 2013 Author Report Share Posted October 5, 2013 Problem solved! Here's what I did. Maybe this will help someone else with a similar problem. On the Program Tab I used the following values: Program/Path name: "C:\Program Files (x86)\Qualcomm\Eudora\Eudora.exe" Program Parameters: "C:\Users\Jim\Documents\EudoraMail" Untick the checkbox for: Start this program in its default directory. Thanks to Cory for your reply. Quote Link to comment Share on other sites More sharing options...
Cory Posted October 5, 2013 Report Share Posted October 5, 2013 Ah, I wouldn't have thought of that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.