cake.bat 197 B

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