Page 1 of 1

Installing a CRON Module

PostPosted: 08. July 2005 14:25
by bobbyallen
Hi guys,

I need to run a Cron module for PHP, does anyone know how to install it into XAMPP for Windows and where I can download the module from,

Thanks ppl,

Bobby :)

PostPosted: 08. July 2005 16:48
by Wiedmann
I need to run a Cron module for PHP

What's that, a "Cron module"?

PostPosted: 08. July 2005 16:59
by Maller
I don´t know if there is such a thing, but windows have "task scheduler" it´s the same as adding a cron job.
You can find task scheduler in your windows control panel.

PostPosted: 08. July 2005 17:59
by bobbyallen
Maller wrote:I don´t know if there is such a thing, but windows have "task scheduler" it´s the same as adding a cron job.
You can find task scheduler in your windows control panel.


Yeah Im running Windows 2003 Server, So if I wanted to add a spider script for a search engine, I would just schedule the system using the "Sheduled task" app to run the php script???

Would that be correct?

Thanks guys

PostPosted: 11. July 2005 00:40
by Maller
I never used the task scheduler to execute a php file, but yeah I guess you could just make a batch file with the information you wanted, and add that to the tast scheduler.
the batch would probly look something like this
Code: Select all
@c:\xampp\php\php.exe -f script.php

Not sure if you need the -f argument but look it up.

This is just how i would do it, there could be a better or easyer way...!

PostPosted: 30. July 2005 06:15
by Esstee
there is a cron for windows, I think its called wincron