1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
\r
3 :: Bake is a shell script for running CakePHP bake script
\r
4 :: PHP versions 4 and 5
\r
6 :: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
\r
7 :: Copyright 2005-2010, Cake Software Foundation, Inc.
\r
9 :: Licensed under The MIT License
\r
10 :: Redistributions of files must retain the above copyright notice.
\r
12 :: @copyright Copyright 2005-2010, Cake Software Foundation, Inc.
\r
13 :: @link http://cakephp.org CakePHP(tm) Project
\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
19 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
\r
21 :: In order for this script to work as intended, the cake\console\ folder must be in your PATH
\r
29 php -q "%lib%cake.php" -working "%CD% " %*
\r