cakephp2-php8/cake/console/cake.bat
phpnut 883d8a963c Correcting line endings on bash script.
Starting to correct paths to new console directory.
Replaced SCRIPTS define with CONSOLE_LIBS

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5020 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-05-05 06:00:38 +00:00

11 lines
No EOL
197 B
Batchfile

:: In order for this script to work as intended, the cake\scripts\ folder must be in your PATH
@echo.
@echo off
SET app=%0
SET lib=%~dp0
php -q %lib%cake.php %* -working "%CD%\"
echo.