Skip to content

Commit

Permalink
[Console] Added propel batch
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Nov 29, 2011
1 parent fadea12 commit 2a27158
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/propel.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off

if "%PHPBIN%" == "" set PHPBIN=php
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
GOTO RUN
:USE_PEAR_PATH
set PHPBIN=%PHP_PEAR_PHP_BIN%
:RUN
"%PHPBIN%" "bin\propel" %*

0 comments on commit 2a27158

Please sign in to comment.