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
repeat at x sec help...
Moderators: JRL, Dorian (MJT support)
repeat at x sec help...
Last edited by ttrix on Wed Aug 20, 2008 8:32 pm, edited 1 time in total.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?