Error install on windows 7

Good afternoon

I am trying use Yii on windows 7 32 bits, but when I use the console to run webapp I have this error:

Could not open input file: C:\Program

I use this path

C:\php5>php C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\yii\framework\yiic webapp C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\x

I execute the path with administrator privilege. Where I´m wrong?

You have to enclose in quotes the paths containing blanks.

This should work


C:\php5>php "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\yii\framework\yiic" webapp "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\x"



/Tommy

Thank you. run ok