mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
11 lines
201 B
Batchfile
11 lines
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.
|