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