home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / phptriad / phptriad2-2-1.exe / php / pear / scripts / pear.bat next >
DOS Batch File  |  2001-11-13  |  2KB  |  31 lines

  1. @ECHO OFF
  2.  
  3. REM ----------------------------------------------------------------------
  4. REM PHP version 4.0                                                     
  5. REM ----------------------------------------------------------------------
  6. REM Copyright (c) 1997-2001 The PHP Group                               
  7. REM ----------------------------------------------------------------------
  8. REM  This source file is subject to version 2.02 of the PHP license,    
  9. REM  that is bundled with this package in the file LICENSE, and is      
  10. REM  available at through the world-wide-web at                         
  11. REM  http://www.php.net/license/2_02.txt.                               
  12. REM  If you did not receive a copy of the PHP license and are unable to 
  13. REM  obtain it through the world-wide-web, please send a note to        
  14. REM  license@php.net so we can mail you a copy immediately.             
  15. REM ----------------------------------------------------------------------
  16. REM  Authors:     Alexander Merz (alexmerz@php.net)                         
  17. REM ----------------------------------------------------------------------
  18. REM
  19. REM  $Id: pear.bat,v 1.4.2.1 2001/11/13 01:26:51 ssb Exp $
  20.  
  21. REM change this four lines to match the paths of your system
  22. REM -------------------
  23. set PHP_PATH=c:\php
  24. set PEAR_INSTALL_DIR=c:\php\pear
  25. set PEAR_EXTENSION_DIR=c:\php\extensions
  26. set PEAR_DOC_DIR=c:\php\pear
  27. REM -------------------
  28. set DIRECTORY_SEPARATOR=\
  29.  
  30. %PHP_PATH%\php.exe -q %PEAR_INSTALL_DIR%\scripts\pearwin.php %1 %2 %3 %4 %5 %6
  31. @ECHO ON