repeat at x sec help...

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
ttrix
Newbie
Posts: 3
Joined: Wed Aug 20, 2008 6:53 am

repeat at x sec help...

Post by ttrix » Wed Aug 20, 2008 7:20 am

Hi All,

Am very new to this macro scripting. I have a simple script below with one problem. I want line 8 to run every 300 second, but keep the loop going. Please keep it simple am new to this. Any ideas?

1. Label>start
2. wait>0.2
3. press f1
4. Wait> 2
5. press f3
6. wait>3
7. press f6
8. macro>repeat300sec
9. Goto>start
Last edited by ttrix on Wed Aug 20, 2008 8:32 pm, edited 1 time in total.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Wed Aug 20, 2008 8:03 am

This will make something happen every 300 seconds:

Code: Select all

Label>start
  Wait>300
  //do something ... e.g. 
  Macro>somemacro.scp
Goto>start
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts