Archive for June, 2009
Running a Cron Job on Windows
Working with a Windows based web server recently, I ran into a bit of a puzzle when a software package I was using required a regular PHP script to be run. On POSIX based operating systems like Linux or BSD, this is something you could easily accomplish by running what is known as a ‘cronjob’.
As Windows has no cron daemon, I had to come up with another solution.
