I'd like to take some of the applications in the office out of the Windows Scheduler, and just put it in a batch file that waits until a specified time.
I already use Timeout for certain tasks. And there are variations of this, out on the web.
But I haven't found anything like a WaitUntil command. I'm pretty sure I could build it in Harbour/Fivewin, within a week. But since there doesn't seem to be an existing command out there, or maybe it's more difficult than it seems on the surface.
Can anyone think of a reason that an executable that runs like
WaitUntil <Day> <Time Range>
e.g.
WaitUntil Mon "13:50" "14:10"
would be difficult?