Entrepreneur Geek

Nirav Mehta on life, technology and future

Cron for Windows

with one comment

Wanted to deploy an application on a Windows server. The application had features that would work only if cron was setup to call a particular php page at fixed intervals. Doing this on Linux is a job of two minutes. But I did not know how to do cron on Windows. And this is something that I have not even bothered to find out for years!

Always told people that you should be on Linux if you want such features. Windows is not acceptable :)

And if the client persisted, we did a SQL server job setup or Windows Scheduled Task feature!

Today I thought otherwise. Thought I must find some cron replacement for Windows. Couple of searches later, I found pycron. It’s a great free solution for setting up crons just the way you would do on Linux. Comes also with a GUI!

So next time you want to setup a cron on Windows, try out pycron!

Update, I also think z-cron is another great (and free) alternative. It does a lot, including executing web urls.


Related posts:

  1. Entrepreneur’s Urge with Paypal, Putler brings the solution If your business accepts payments via Paypal, chances are you...

Written by Nirav

September 11th, 2007 at 8:52 am

Posted in GNU/Linux,Technology

 

One Response to 'Cron for Windows'

Subscribe to comments with RSS or TrackBack to 'Cron for Windows'.

  1. Hi Nirav,

    want a free license of a better scheduler? Try VisualCron. Just write to us and you will get one.

    best regards,

    Henrik
    http://www.visualcron.com

    Henrik

    23 Sep 07 at 8:42 pm

Leave a Reply