PMC - Repeat Loop every 10 minutes?

Advanced Macro Recorder/Editor.

Moderator: Pulover

jorgen90
Posts: 1
Joined: 22 Aug 2020, 10:12

PMC - Repeat Loop every 10 minutes?

22 Aug 2020, 10:18

Hi I'm new to PMC. I've made my script but I cannot seem to figure out how to make the macro repeat itself only every 10 minutes.

I've tried the delay, break for the loop and even tried setting a break in it but I don't find any information on how to do so.

So basically I want it to do

Press: 1
Press: 0
Press: 0
Press: 0
Press: 0
Press: 0
Press: 0
Press: 0
Move: Drag something from a certain area and drop)

All of this is working but it doesnt just repeat itself every 10 minutes as I would like to. I can get the macro to redo itself by a regualar loop but I want it to wait 10 minutes before executing it again.

I also want it to be repeated 100 times.
higrm
Posts: 6
Joined: 28 Aug 2019, 05:00

Re: PMC - Repeat Loop every 10 minutes?

19 Sep 2020, 18:25

This sounds very straight forward. To get it to repeat 100 times, put the entire macro in a loop set to run 100 times. To get it to wait 10 minutes between loops, just put a pause/Sleep at the end of the macro before end loop. But while the loop is paused, i.e. in the Sleep step, I'm not sure what behavior you are expecting.
bluefire
Posts: 35
Joined: 15 Dec 2018, 11:17
Location: Türkiye

Re: PMC - Repeat Loop every 10 minutes?

06 Nov 2020, 03:23

Code: Select all

1|[Pause]||1|300000|Sleep|||||
2|WinActivate||1|100|WinActivate||Notepad|||
3|F5|{F5}|1|200|Send|||||
4|Return|

Notepad was written just as an example.
Information worth everything....

Return to “Pulovers Macro Creator”

Who is online

Users browsing this forum: No registered users and 11 guests