Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/apache_stop.bat
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00

8 lines
169 B
Batchfile

@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