diff --git a/build/exe/doliwamp/startdoliwamp_manual_donotuse.bat.install b/build/exe/doliwamp/startdoliwamp_manual_donotuse.bat.install index fbeeeb4318b..751302c0633 100644 --- a/build/exe/doliwamp/startdoliwamp_manual_donotuse.bat.install +++ b/build/exe/doliwamp/startdoliwamp_manual_donotuse.bat.install @@ -6,12 +6,12 @@ REM Microsoft add bugs in service packs that prevents REM servers ran as a service to launch. REM ----------------------------------------------------- -echo Running Apache -WAMPROOT\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -k start +echo Running Apache as user process (this process does not return so we use "start") +start WAMPROOT\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -f conf\httpd.conf echo -echo Running Mysql -WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini +echo Running Mysql as user process (this process does not return so we use "start") +start WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini --console pause \ No newline at end of file