home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / apache_stop.bat < prev    next >
Encoding:
DOS Batch File  |  2004-04-13  |  128 b   |  7 lines

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