I use WAMP and I'm a complete newbie in frameworks, so I don't know how to install/use yii command line.
I tried do double-click yiic.bat but it opens but it quickly closes thus I barely can see what is written in the windows that appears.
It seems that I need a file called php.exe in order to make yiic works properly, but I don't have this file in my computer (tried do find it using windows vista search, but no results).
Surprisingly it was tricky to find the correct information regarding command line execution of php.
To get started the command line prompt in windows, try pressing “Windows Key” and the “R” key together. This bring up the “Run dialog”. For example: http://commandwindows.com/runline.htm
Type in "cmd" and press Enter.
Within the command line, you should be able to run "php -v" without any errors. That is, type in "php -v" and press Enter in the command line prompt.
I had the same issue, but now solved after much rumaging through the forum and several links. I think the issue is fundermental and it should be included in the first application setup chapter of the documentation. Thank you