The file E:\wamp\www\ZendFramework-1.10.5\bin\zf.bat
is trying to execute php.exe
. This is probably in the E:\wamp\bin\php
folder. Move the contents of e:\wamp\www\ZendFramework-1.10.5
to E:\wamp\bin\php
or try editing the batch file (zf.bat
) with notepad to change the command that executes php.exe
so that it points to the right path.
Check this out: http://samsami2u.wordpress.com/2008/07/18/phpexe-is-not-recognized-as-an-internal-or-external-command/