Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / production / example_apps / zippy_maps / bin / cake.bat
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 ::
3 :: Cake is a Windows batch script for invoking CakePHP shell commands
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 :: @since         2.0.0
14 :: @license       http://www.opensource.org/licenses/mit-license.php MIT License
15 ::
16 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
17
18 @echo off
19
20 SET app=%0
21 SET lib=%~dp0
22
23 php "%lib%cake.php" %*
24
25 echo.
26
27 exit /B %ERRORLEVEL%