Fix maintenance script
This commit is contained in:
parent
df068798da
commit
3d1e357089
@ -6,12 +6,12 @@ REM Microsoft add bugs in service packs that prevents
|
|||||||
REM servers ran as a service to launch.
|
REM servers ran as a service to launch.
|
||||||
REM -----------------------------------------------------
|
REM -----------------------------------------------------
|
||||||
|
|
||||||
echo Running Apache
|
echo Running Apache as user process (this process does not return so we use "start")
|
||||||
WAMPROOT\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -k start
|
start WAMPROOT\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -f conf\httpd.conf
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo Running Mysql
|
echo Running Mysql as user process (this process does not return so we use "start")
|
||||||
WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini
|
start WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini --console
|
||||||
|
|
||||||
pause
|
pause
|
||||||
Loading…
Reference in New Issue
Block a user