Webmaster's Community

Designing and Development => Open Source => Yii PHP Framework Support => Topic started by: rahul on September 08, 2012, 12:44:55 PM

Title: How to run YII shell from prompt in on Windows
Post by: rahul on September 08, 2012, 12:44:55 PM
HI ,
           I am trying to run yii shell from command promt   like
  webroot\yiic\shell  showing me error - "The system cannot find the path specified "
                      i want to run this with command promt please Help ....
Title: Re: How to run YII shell from prompt in on Windows
Post by: Ricky on September 08, 2012, 02:50:20 PM
Assuming you are running windows 7, you need to add path to PHP.exe to windows environment variable :

Follow following steps:

From the desktop, right-click My Computer and click Properties.
In the System Properties window, click on the Advanced tab.
In the Advanced section, click the Environment Variables button.
And, in the Environment Variables window , highlight the Path variable in the Systems Variable section and click the Edit button.
Add or modify the path lines with the paths you wish the computer to access.
Add path to your php installation after semicolon like
e:/php/php.exe
Title: Re: How to run YII shell from prompt in on Windows
Post by: phpdeveloper on September 11, 2012, 11:03:08 AM
HI Rahul,
                    If you are trying to Run yiic shell from your command promt this is very easy to run

first of go to your php installation path then call your webroot yiiic from there Like
 i assume you have setup your php in C drive

   C:\>wamp\bin\php\php3.5.8  C:\wamp\www\yii\framework\ yiic shell  under the entry level file hope this will help you