Scheduling

Started by
1 comment, last by Prod 17 years, 1 month ago
Lately, I have been writing a small program in C to run a few maintenance programs once a month for me because I tend to forget. Currently, I have it set up to run with windows task scheduler, which is great, except if the machine is turned off during that time. A solution I came up with was put some code in place to check if it was run in the last month, and if it hasnt, go ahead and run it. The only thing I dislike about this approach is that I think I would need to throw it into startup, and startup programs annoy me :) If anyone has any other ideas, I would love to hear them.
Advertisement
Doesn't the scheduler itself support some setting controls that it can either ignore past events or launch them at first chance?
XAI: I thought it did as well, but I can't seem to find any option that would do it.

This topic is closed to new replies.

Advertisement