Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting Up A Cronjob In Windows Xampp

Tags:

php

cron

Help needed to set up this command in my Xampp windows server

0 * * * *     cd C:/xampp/htdocs/plugins/moviefeed/ && php cron.php

Could you please point me in the right direction

thanks

like image 379
ashley Avatar asked Jul 03 '13 07:07

ashley


People also ask

How do I setup a cron job in Windows?

- Go to Start >> Control Panel >> Scheduled Tasks >> Add Scheduled Task. - Type "Moodle Cron" as the name of the task and select "Daily" as the schedule. Click "Next". - Select "12:00 AM" as the start time, perform the task "Every Day" and choose today's date as the starting date.

What is * * * * * In cron job?

What does * mean in Cron? The asterisk * is used as a wildcard in Cron. * sets the execution of a task to any minute, hour, day, weekday, or month.


1 Answers

On Windows OS there is no cron .... you need to use the scheduler task from Windows to create a "Cronjob". Example for using the windows scheduler

like image 130
donald123 Avatar answered Nov 06 '22 15:11

donald123