- Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathinit.bat
More file actions
Latest commit
20 lines (14 loc) · 511 Bytes
/
Copy pathinit.bat
File metadata and controls
20 lines (14 loc) · 511 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echooff
rem -------------------------------------------------------------
rem Yii command line init script for Windows.
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
@setlocal
setYII_PATH=%~dp0
if"%PHP_COMMAND%"==""setPHP_COMMAND=php.exe
"%PHP_COMMAND%""%YII_PATH%init"%*
@endlocal