File "apache_stop.bat"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/apache_stop.bat
File size: 190 B
MIME-type:
Charset: utf-8
@echo off
cd /D %~dp0
cmd.exe /C start "" /MIN call "@@BITROCK_INSTALLDIR@@\killprocess.bat" "httpd.exe"
if not exist apache\logs\httpd.pid GOTO exit
del apache\logs\httpd.pid
:exit