What's the Windows equivalent to cron, or for those of you unfamiliar with Unix, how does one schedule a program to run at regular intervals?
feedback
|
Also, you should check out this article from Lifehacker on using Scheduled Tasks. It gives examples for Defragging your computer, restarting your computer, and opening Firefox when at startup with a set of websites | |||
|
feedback
|
|
Another idea is to use Cygwin and use VixieCron. You can even install cron as a service so it will run your cronjobs without having Cygwin open. Its perfect for the Unix geek who doesn't have the time or want to learn the Windows way. Here is a link that should help you get started. Running cygwin cron from windows as a service. | |||
|
feedback
|
|
Windows task scheduler. Support article for scheduling tasks on XP. | |||
|
feedback
|
|
The AT command does the same job, I am guessing it is still supported on vista ... checking ... yes it is still on W7 RC 1, just type "at /?" for how to use it. | |||||
feedback
|
