cakephp2-php8/cake/console/cake.bat
2007-05-05 06:14:58 +00:00

11 lines
No EOL
197 B
Batchfile
Executable file

:: 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.