| Posted by Csaba Gabor on 12/16/05 12:17 
NC wrote:> 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"
 
 Thanks for your response.  However, I had tried specifying the complete
 executable path, and also the complete path to php-win and php-cgi.
 All silently fail for me.  Does this same test work on your system (and
 if you make the test, please specify your system)?
 
 Csaba
 [Back to original message] |