Hello,
I have recorded a script and I would like to run it every 15 minutes. I have selected every day and set it to repeat every 15min. But it doesn't work.
Do I have to set a starting time? Do I have to run it in the script or how do I start it in de sheduler? I have tried both. Run in the script but can I close the script and will it keep running? I have pushed the run now button in the sheduler but then it runs once.
I find it realy hard to see in the sheduler if a macro is active and running.
Thx
Filiep
run every 15 minutes
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: run every 15 minutes
Hi,
Yes you need a starting time which will need to be in the future. When that time comes it will then run and then the schedule will advance 15 minutes and so on.
Yes you need a starting time which will need to be in the future. When that time comes it will then run and then the schedule will advance 15 minutes and so on.
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?
Re: run every 15 minutes
A other way that you can do it is with a label and wait time.
label>namexyz
(script)
wait>900
goto>namexyz
You'll just run the script for a first time.
label>namexyz
(script)
wait>900
goto>namexyz
You'll just run the script for a first time.
Re: run every 15 minutes
waiting time is set in millisecond or second. ?