Fix checkRpItemsPosition
[ryzomcore.git] / web / public_php / webtt / cake / console / cake.bat
blob87ee1c7d98a79c8cc6217df1abe66b765222fb99
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\r
2 ::\r
3 :: Bake is a shell script for running CakePHP bake script\r
4 :: PHP versions 4 and 5\r
5 ::\r
6 :: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)\r
7 :: Copyright 2005-2010, Cake Software Foundation, Inc.\r
8 ::\r
9 :: Licensed under The MIT License\r
10 :: Redistributions of files must retain the above copyright notice.\r
11 ::\r
12 :: @copyright           Copyright 2005-2010, Cake Software Foundation, Inc.\r
13 :: @link                                http://cakephp.org CakePHP(tm) Project\r
14 :: @package                     cake\r
15 :: @subpackage          cake.cake.console\r
16 :: @since                       CakePHP(tm) v 1.2.0.5012\r
17 :: @license                     MIT License (http://www.opensource.org/licenses/mit-license.php)\r
18 ::\r
19 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\r
21 :: In order for this script to work as intended, the cake\console\ folder must be in your PATH\r
23 @echo.\r
24 @echo off\r
26 SET app=%0\r
27 SET lib=%~dp0\r
29 php -q "%lib%cake.php" -working "%CD% " %*\r
31 echo.\r
33 exit /B %ERRORLEVEL%