Jump to content
Macro Express Forums

Help with simple repeat macro, random timing


tigga

Recommended Posts

Hello,

 

I am new to all of this, so the solution probably is quite simply, but i cant find the right command.

 

What i want is a macro, that is activated by pressing a certain key.

It should then start an action, for example typing <anykey> and simply repeat this. So far this isnt much of a problem. I want to delay the repeat though, and not only by a certain time, but a randomly generated time within limits i set. e.g. repeat typing "hello" every 1-2 minutes.

i then want it to count +1 and stop at a certain number of counts ... this again probably isnt much of a problem.

 

so far i am stuck with generating the random delay though. Any help is greatly appreciated.

 

ps: mind my english, i am not a native speaker ;-)

Link to comment
Share on other sites

  • 3 months later...

hello kevin,

 

im trying to press a key (f12). if tilte "save to" appears, then macro should be continue.

 

Variable Set Integer %N1& to 0

Repeat Until %N1%=1

delay 5 secounds

text type F12

Repeat End

 

 

 

after save to appears macro should be continue with commands (a programm is working, i dont know how long, if i press key f12 save to appears. so program is finished with working).

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