Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @echo off
  2. if "%PHPBIN%" == "" set PHPBIN=php.exe
  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%" "%PHP_PEAR_BIN_DIR%\phpdoc" %*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement