php-src/pear/go-pear.bat

5 lines
92 B
Batchfile

@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php
pause