Is php in your path?
Try adding PATH=%PATH%;D:\path\to\php\bin to the top of the batch file.
You can also add it to your path by right clicking my computer, selecting advanced, environment variables. Scroll down to path and click edit. Add ;D:\path\to\hp\bin folder.
To see if php is in your path open cmd.exe and type php.exe. If you get a php error message then you're ok. If you get:
'php' is not recognized as an internal or external command,
operable program or batch file.
then you have to add it the path. Once you do the scheduled task will work.

Last edited by Extrm Bob; 12/01/2004 4:06 PM.