Hi,
don´t know, if this was suggested before. Searched forum for this, but did not find anything about it.
How about to extend the wait function to wait until a specific time of the day. e.g. wait 09:00:10, waits until its 9:00:10.
I know this function from another tool and find it very comfortable.
Are there any plans, to realize that in future versions?
Regards,
Matthias Rebbe
wait 13:01:00,
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Hi,
That's a nice idea. Unfortunately it is now too late to add to version 8.0 which is being released later this week. However, here's a subroutine you can use:
SRT>WaitUntilTime
Hour>hh
Min>mm
Sec>ss
If>WaitUntilTime_Var_1%hh%:%mm%:%ss%,WaitUntilTime
END>WaitUntilTime
When you need to call it do this:
GoSub>WaitUntilTime,12:45:30
Modify the time as required.
Just paste the Subroutine into any macro you need this functionality in and simply use the above line when you need to wait until a specific time.
That's a nice idea. Unfortunately it is now too late to add to version 8.0 which is being released later this week. However, here's a subroutine you can use:
SRT>WaitUntilTime
Hour>hh
Min>mm
Sec>ss
If>WaitUntilTime_Var_1%hh%:%mm%:%ss%,WaitUntilTime
END>WaitUntilTime
When you need to call it do this:
GoSub>WaitUntilTime,12:45:30
Modify the time as required.
Just paste the Subroutine into any macro you need this functionality in and simply use the above line when you need to wait until a specific time.
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?
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
@mtettmar
thanks, i will give that a try.
@Bob Hansen,
found this function in a german program called clickexe or the english counterpart instantexe.
there are some more features of clickexe i would like to be included in MacroScheduler especially the possibility to define a popupmenu for the systemtrayicon of a script/compiled exe combined with the wait function.
Or the possiblity to create or remove the systemtrayicon (with a defined icon), while the script is running.
For this kind of things i use clickexe, for all the other stuff - and this is much more - i use MacroScheduler, as its much easier to use because of the editor and also its more stable, while programming/scripting.
Best regards,
Matthias
thanks, i will give that a try.
@Bob Hansen,
found this function in a german program called clickexe or the english counterpart instantexe.
there are some more features of clickexe i would like to be included in MacroScheduler especially the possibility to define a popupmenu for the systemtrayicon of a script/compiled exe combined with the wait function.
Or the possiblity to create or remove the systemtrayicon (with a defined icon), while the script is running.
For this kind of things i use clickexe, for all the other stuff - and this is much more - i use MacroScheduler, as its much easier to use because of the editor and also its more stable, while programming/scripting.
Best regards,
Matthias