hai
I read that to create a project, execute the zf Windows windows command (zf.bat
):
C:\>zf.bat create project newproject
I saw zf.bat in my C:\wamp\www\Zend\bin
, I want to create a new project in c:\wamp\www
When I tried to run c:\wamp\www\zf.bat
, I got an error message:
"zf.bat is not internal or external command, operable program or batch file.."
Then I tried another method:
c:\wamp\zend\bin\>zf.bat create project newproject
But I got the following error message:
"php is not recognised internal or external command,oprable program or batch file"
I put the Zend Framework in c:\wamp/Zend
and I added C:\wamp\zend\library
in to my php.ini
.
Please help me troubleshoot this problem. Thanks!