Help needed to set up this command in my Xampp windows server
0 * * * * cd C:/xampp/htdocs/plugins/moviefeed/ && php cron.php
C
VladH wrote /st , I believe it should be /sc
Open a command prompt and type
schtasks /create /tn "XamppCron" /tr "L:\xampp\php\php.exe L:\xampp\htdocs\mydevsite\cron.php" /sc minute /mo 10
Once you're satisfied with the cron if you run as php-win.exe the command prompt window will not appear everytime the task is run.