Hi:
Now the schedule time run when specific times set at 03:30 pm ,but how to set to this format: e.g. 03:30:59 pm?
Or could you provide the code or custom script to achieve that, I know the trigger configuration only set at 03:30 pm in present vesion.
Thanks
schedule time run at seconds
Moderators: JRL, Dorian (MJT support)
Re: schedule time run at seconds
Put something like this at teh top of your script.
Code: Select all
Label>SecondsLoop
Sec>vSeconds
If>vSeconds=59
Goto>LeaveSecondsLoop
EndIf
Wait>0.1
Goto>SecondsLoop
Label>LeaveSecondsLoop
//The rest of the script