Does anyone have a task scheduler class or example, or perhaps windows api call to the windows scheduler?
Thoughts on where to start?
TIA
Tim
Does anyone have a task scheduler class or example, or perhaps windows api call to the windows scheduler?
Thoughts on where to start?
TIA
Tim
Perhaps you could explain in more detail what you want?
I am looking to kick off helper apps on a scheduled basis,
Currently, I have a timer in a loop that triggers a process every x minutes.
I want to have options to schedule the operation for a specific date and time, similar to the windows scheduler.
Doesnt Windows have a shell command called RunAt that does this?
Its called schtasks now:
[quote=443706:@Greg O’Lone]Its called schtasks now:
https://www.windows-commandline.com/schedule-tasks-command-line/[/quote]
Thanks
This might just do it.
And cron on Mac & Linux?
[quote=443686:@Tim Kearns]Does anyone have a task scheduler class or example, or perhaps windows api call to the windows scheduler?
Thoughts on where to start?
TIA
Tim[/quote]
I had the same need a few time ago. I made something you could find useful. See here. Please note :