home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / apache_stop.bat < prev    next >
DOS Batch File  |  2007-12-20  |  128b  |  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.