Drak Posted March 9, 2007 Report Share Posted March 9, 2007 Well, I have a simple question. I am currently have a macro that runs indefinately and I would like to know how, and if I can run another macro at the same time. Basically, my first macro goes like this: Repeat Until %T1% = "1" Delay 1200 Seconds Sound Beep Delay 100 Milliseconds Sound Beep Delay 100 Milliseconds Sound Beep Delay 100 Milliseconds Sound Beep Repeat End It makes a sound to remind me to do something. Then I have a macro that does this: Delay 50 Milliseconds Text Type: <ALT><TAB> Delay 100 Milliseconds Text Type: <SPACE> Delay 121 Milliseconds Text Type: s Delay 50 Milliseconds Text Type: <ALT><TAB> I want something to be constantly reminding me to do something and then I will be able to use the second one to that just that. I need to have the beep one running constantly and it reminds me every 10minutes or so to do Macro#2. (If it is a basic setting in Macro Express, that would be nice of you to point it out; as I looked for 5minutes and gave up. Along with looking at the help options.) Any help? Thanks. Quote Link to comment Share on other sites More sharing options...
kevin Posted March 9, 2007 Report Share Posted March 9, 2007 Macro Express 3 will only run one macro at a time. You might be able to accomplish what you need using Scheduled macros. You may also be able to use a single macro that does multiple things using the Repeat commands. 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.