Jump to content
Macro Express Forums

Jomdom

Members
  • Posts

    4
  • Joined

  • Last visited

Jomdom's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Okay, so here's a long shot... Would it be possible to run two instances of ME, with program status being polled via a scheduled macro every 1 minute in one instance, with the other macro running in the other instance? I realize there would be serious conflicts if both tried to take control of keyboard or mouse, but what about simple status checking & variable setting/clearing?
  2. I am currently writing a macro for a program that is fairly buggy. It crashes occasionally, and therefore I want to be able to poll the status of the program every 10 seconds or so as my macro is running. The only way I can figure out how to do this is to actually inject the logic right into the macro itself, thus causing horrible duplication and a cluttered scripting/direct editor. So my question is this: is there any way to repeatedly loop through X lines of logic every Y seconds while another macro is running? Thanks in advance!
  3. Hello, I am looking for a way to find if the currently running macro (set in an infinate loop) has been running for 1 hour or more. A simple logic structure example would be great, as I want to branch off and run other macros from there. Thanks!
×
×
  • Create New...