Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / bin / doctrine.bat
1 @echo off
2
3 if "%PHPBIN%" == "" set PHPBIN=@php_bin@
4 if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
5 GOTO RUN
6 :USE_PEAR_PATH
7 set PHPBIN=%PHP_PEAR_PHP_BIN%
8 :RUN
9 "%PHPBIN%" "@bin_dir@\doctrine" %*