0

Help needed to set up this command in my Xampp Server windows10

wget --quiet -O /dev/null http://www.yourwebsite.com/cron

Could you please point me in the right direction

Yevhen Laichenkov
  • 7,746
  • 2
  • 27
  • 33
frozi
  • 1
  • 2
  • Could you please add more information? Error, logs? – Yevhen Laichenkov Jul 22 '19 at 09:15
  • I can run cronjob in window 10 how to run cronjob in window .documentation of cronjob https://docs.getnextpost.io/scheduling.php – frozi Jul 22 '19 at 09:17
  • this link is usefuel https://stackoverflow.com/questions/17442040/setting-up-a-cronjob-in-windows-xampp . also I should say you can't do `wget` in windows. you should do it via `php` or with `powershell` or with alternative of `terminal` – GameO7er Jul 22 '19 at 09:18
  • @GameO7er I have read but I don't know how to run cron job in window in my case – frozi Jul 22 '19 at 09:27
  • start with a simple `echo "hello world";` in your php code. when it worked successfully go and try to run your code. but please read my above comment again.you can't do `wget` . this link is also helpful http://myadventhome.org/blog/view/836/setup-cron-job-in-windows-using-wampxampp-server – GameO7er Jul 22 '19 at 09:35
  • did it work? any up-vote? you can click on triangle on the left side of my answer and it will gives me "Thank you" feeling. – GameO7er Jul 23 '19 at 09:11
  • @GameO7er i have create cron.php file and cron.bat file please tell me whick code inter in cron.php file ? – frozi Aug 25 '19 at 13:31

0 Answers0