home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / php / go-pear.bat < prev    next >
Encoding:
DOS Batch File  |  2004-07-13  |  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.