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

  1. @echo off
  2. apache\bin\pv -f -k apache.exe -q
  3. if not exist apache\logs\httpd.pid GOTO exit
  4. del apache\logs\httpd.pid
  5.  
  6. :exit
  7.