CRON jobs in php deployed in windows platform
问题 How to run a scheduled job scripted in php using windows? I'm using Windows XP sp3. 回答1: Use at or the task scheduler. How To Use the AT Command to Schedule Tasks (seems to require login now - wtf?) Alternative: Wikipedia on AT How To Schedule Tasks in Windows XP You would have to call the PHP interpreter from the command line. In Windows, it is called php.exe . You'll have to find out where it resides, usually in the Programs folder or a sub-directory of your server installation. The command