home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / go-pear.bat < prev    next >
Encoding:
DOS Batch File  |  2004-03-22  |  95 b   |  5 lines

  1. @ECHO OFF
  2. set PHP_BIN=phpcli.exe
  3. %PHP_BIN% -n -d output_buffering=0 pear\go-pear.php
  4. pause
  5.