How to use CRON in xampp windows? Step by step to be followed to use in development [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-20 15:22:04

问题


What are the steps to be taken in xampp[codeigniter] to use cron and how to make the cron to call our function in XAMPP Windows? Do we need to download any exe to run this cron?

  1. create a batch file to run your php script using php executable "C:\xampp\php\php.exe C:\wamp\www\index.php"
  2. add this batch file in Scheduled Task in Windows control panel.

how to create a batch file thats the code to be written inside batch file?

来源:https://stackoverflow.com/questions/8093141/how-to-use-cron-in-xampp-windows-step-by-step-to-be-followed-to-use-in-developm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!