Help needed to set up this command in my Xampp windows server
0 * * * *     cd C:/xampp/htdocs/plugins/moviefeed/ && php cron.php
C
Cron is a Unix application for scheduled tasks, to get the same result under Windows you will need to use Task Manager.
First you create a simple task that start at 0:00, every day. Then, you go to Advanced... (or similar depending on the operating system you are on) and select the Repeat every 60 minutes.