Hi,
It would be useful to be able to schedule something to run on the last day of the month.
Also, maybe a macro runs between 6pm and 11pm only during the day.
Can I do either of these with the current scheduler? Thanks.
dw
More scheduler options
Moderators: JRL, Dorian (MJT support)
Last day of month - there's a script posted on the "scripts and tips page"
http://www.mjtnet.com/scripts.hts?display+80+36
Only between 6pm and 11pm... there are many ways to do this.
One is to just run the macro every X minutes, and have the macro itself check what time it is.
Or you could just set the scheduling feature... run at 6pm, repeat every X minutes, stop and reset after 11pm. (Or after 10:45, whatever)
http://www.mjtnet.com/scripts.hts?display+80+36
Only between 6pm and 11pm... there are many ways to do this.
One is to just run the macro every X minutes, and have the macro itself check what time it is.
Or you could just set the scheduling feature... run at 6pm, repeat every X minutes, stop and reset after 11pm. (Or after 10:45, whatever)
Thanks for the tip.
Before purchasing, is there anybody that can tell me how MS handles LOTS of macros running with the scheduler? I am concerned that with a heavy schedule, some macros may get skipped.
Maybe a little info on how it schedules and reschedules?
If a macro takes 30 minutes to run and there are other macros that are scheduled run during that 30 minutes. Do they run after the 30 min macro or are they skipped or are they run synchronously?
Thanks for tending to my wondering
Before purchasing, is there anybody that can tell me how MS handles LOTS of macros running with the scheduler? I am concerned that with a heavy schedule, some macros may get skipped.
Maybe a little info on how it schedules and reschedules?
If a macro takes 30 minutes to run and there are other macros that are scheduled run during that 30 minutes. Do they run after the 30 min macro or are they skipped or are they run synchronously?
Thanks for tending to my wondering

- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
The quick answer is YES, you can run more than one at the same time.
But caution is advised. The tool is provided, but you must know how to use the tool properly. If making decisions based on Window Names, existence of files, file lengths, etc. you may have problems if more than one macro is using same windows, files, folders, etc.
It all depends on what YOU ask it to do at the same time.
But caution is advised. The tool is provided, but you must know how to use the tool properly. If making decisions based on Window Names, existence of files, file lengths, etc. you may have problems if more than one macro is using same windows, files, folders, etc.
It all depends on what YOU ask it to do at the same time.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!