I am toying with my new install of yii framework, and trying to compile my first webapp through the command line. when I run yiic webapp ../testdrive i receive
yiic webapp ../testdrive
Simply use the path of the php.exe before the yiic to execute the php script in windows environment.
your command will look something like this:
c:/xampp/php/php.exe path/yiic webapp application_name