Your IP : 10.10.0.253


Current Path : /var/www/images/slider/xampp7/
Upload File :
Current File : /var/www/images/slider/xampp7/apache_stop.bat

@echo off
cd /D %~dp0
cmd.exe /C start "" /MIN call "C:\xampp7\killprocess.bat" "httpd.exe"
if not exist apache\logs\httpd.pid GOTO exit
del apache\logs\httpd.pid

:exit