pictcode / lib / Cake / Console / cake.bat @ 0b1b8047
履歴 | 表示 | アノテート | ダウンロード (892 Bytes)
1 | 635eef61 | spyder1211 | :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
---|---|---|---|
2 | :: |
||
3 | :: Bake is a shell script for running CakePHP bake script |
||
4 | :: |
||
5 | :: CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
||
6 | :: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
||
7 | :: |
||
8 | :: Licensed under The MIT License |
||
9 | :: Redistributions of files must retain the above copyright notice. |
||
10 | :: |
||
11 | :: @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
||
12 | :: @link http://cakephp.org CakePHP(tm) Project |
||
13 | :: @package Cake.Console |
||
14 | :: @since CakePHP(tm) v 1.2.0.5012 |
||
15 | :: @license http://www.opensource.org/licenses/mit-license.php MIT License |
||
16 | :: |
||
17 | :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
||
18 | |||
19 | @echo off |
||
20 | |||
21 | SET app=%0 |
||
22 | SET lib=%~dp0 |
||
23 | |||
24 | php -q "%lib%cake.php" -working "%CD% " %* |
||
25 | |||
26 | echo. |
||
27 | |||
28 | exit /B %ERRORLEVEL% |