Ask Leo! by Leo A. Notenboom

How do I schedule a program to run on my machine periodically?

Search First! Then browse: Categories | Full Archive | By Date | Newsletter

Home » Windows

I have several machines that run 24/7. What do I do to schedule a standard EXE file to run everyday at a specific time?

The Linux readers are all shouting "cron!" at their computers. Windows has something similar, of course. And it's very, very flexible.

Just fairly well hidden.

In Control Panel, Scheduled Tasks, fire up the Add Scheduled Task wizard. It will then allow you to specific the program to run (either from it's list, or by browsing for the program file yourself), and then define how often and/or when the program is to be run.

I actually recommend using a batch file to wrap your program, that redirects and logs all output:

foo.exe >log.txt 2>&1

This will log any problems that Windows might have finding, or starting, the program. The program can, of course, be another batch file that runs a series of commands.

The most common problem encountered is permissions relating to the account the scheduled tasks run as. Once you've created your scheduled task, you can select it's properties, and then specify that they run as a particular account, if you like.

Scheduled tasks are exceptionally handy. In fact, each of my machines has a scheduled task that runs in the middle of the night that takes care of backing up all my data, as well as a number of other administrative tasks.

Related:

Article C2372 - June 18, 2005

Helpful? Get new articles weekly by email in my FREE newsletter!

Your Name:
Your Email:


Why Subscribe?

Recent Comments
1 Comment

Hy
please be more exact with "batch file". I need verry mutch to schedule my machine but I do not now anithing abouth "batch file". Some links will be verry healpefool!!

Thanks

Posted by: Albert at March 18, 2009 1:12 PM

Post a comment on "How do I schedule a program to run on my machine periodically?":






(Email Address will not be published.)

Remember Me?

By popular demand...
my tip jar
Cuppa Joe
Buy Leo a Latte!

(you may use HTML tags for style)

RSS feed Subscribe to the RSS Feed specifically for comments on this article.

Before commenting, please...

  • Read the article at the top of this page. If your comment shows you didn't, it'll be deleted and ignored.

  • Comment only on this article. Use the Google search box at the top of the page if you have a question about something else.

  • Don't include personal information in the comment. No email addresses. No phone numbers. No physical addresses.

  • Don't spam. Excessive links to unrelated sites within a comment or across multiple comments will cause all such comments to be removed.

  • Don't ask me to recover lost passwords or hacked accounts. I can't, and those comments will be deleted.

  • I can't respond to every comment. And I can't vouch for the accuracy of others who do.

Please wait. Your comment is being processed ...


Question? Ask Leo!