Initial Commit
This commit is contained in:
17
database/apache/apache_installservice.bat
Normal file
17
database/apache/apache_installservice.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
|
||||
if "%OS%" == "Windows_NT" goto WinNT
|
||||
|
||||
:Win9X
|
||||
echo Don't be stupid! Win9x don't know Services
|
||||
echo Please use apache_start.bat instead
|
||||
goto exit
|
||||
|
||||
:WinNT
|
||||
echo Installing Apache2.4 as an Service
|
||||
bin\httpd -k install
|
||||
echo Now we Start Apache2.4 :)
|
||||
net start Apache2.4
|
||||
|
||||
:exit
|
||||
pause
|
||||
Reference in New Issue
Block a user