Posted by NC on 12/16/05 04:08
Csaba Gabor wrote:
>
> I would like to use the AT command under Win XP to schedule (CLI)
> php.exe. I thought it would be as easy as: AT 7:11 "php
> c:\phpapps\himom.php". However, this gives me an error.
Most likely, this is because you are trying to run the CGI executable.
Try specifying the full path to the command-line interpreter:
AT 7:11 "C:\php\cli\php.exe c:\phpapps\himom.php"
Cheers,
NC
Navigation:
[Reply to this message]
|