home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / go-pear.bat < prev    next >
Encoding:
DOS Batch File  |  2004-12-15  |  92 b   |  5 lines

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