Link to home
Start Free TrialLog in
Avatar of hamidelgendy
hamidelgendyFlag for Egypt

asked on

where to write my CRON commands on windows 7 (localhost) ?

Dear experts,
I wanted to know how can i do a scheduled tasks but now i know that the only solution is cron.

my problem is now
where can i write down this line so that it can be executed ?
* * * * * /path/to/scriptname.php

btw im using xampp apache server on windows 7 and using php.

thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Greg Alexander
Greg Alexander
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj
Cron is for *nix.  Windows doesn't have cron.  It has its own scheduling.
Did that solution help?
Avatar of hamidelgendy

ASKER

Yea it helped thanks :)