[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
apache
/
scripts
/
[
Home
]
File: ctl.bat
@echo off if not ""%1"" == ""START"" goto stop cmd.exe /C start /B /MIN "" "D:\xampp\apache\bin\httpd.exe" if errorlevel 255 goto finish if errorlevel 1 goto error goto finish :stop cmd.exe /C start "" /MIN call "D:\xampp\killprocess.bat" "httpd.exe" if not exist "D:\xampp\apache\logs\httpd.pid" GOTO finish del "D:\xampp\apache\logs\httpd.pid" goto finish :error echo Error starting Apache :finish exit