mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
e4da27674a
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5022 3807eeeb-6ff5-0310-8944-8be069107fe0
11 lines
No EOL
197 B
Batchfile
Executable file
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. |