Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/apache_stop.bat

8 lines
169 B
Batchfile
Raw Normal View History

2023-05-17 21:44:01 +00:00
@echo off
cd /D %~dp0
cmd.exe /C start "" /MIN call "C:\xampp\killprocess.bat" "httpd.exe"
if not exist apache\logs\httpd.pid GOTO exit
del apache\logs\httpd.pid
:exit