cakephp2-php8/cake/scripts/cake.bat
nate 877b3934fd Adding new CLI tools suite
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4604 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-03-09 23:15:03 +00:00

11 lines
No EOL
201 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%dispatch.php %* -working "%CD%\"
echo.