Setting Up A Cronjob In Windows Xampp

后端 未结 5 1144
终归单人心
终归单人心 2020-12-04 20:35

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

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

C

5条回答
  •  不思量自难忘°
    2020-12-04 21:02

    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.

提交回复
热议问题