Setting Up A Cronjob In Windows Xampp

后端 未结 5 1142
终归单人心
终归单人心 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 20:57

    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.

提交回复
热议问题