doctrine.bat 220B

12345678910
  1. @echo off
  2. if "%PHPBIN%" == "" set PHPBIN=@php_bin@
  3. if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
  4. GOTO RUN
  5. :USE_PEAR_PATH
  6. set PHPBIN=%PHP_PEAR_PHP_BIN%
  7. :RUN
  8. "%PHPBIN%" "@bin_dir@\doctrine" %*