Hello,
I need a bacth file witch starts Mysql and apache.
I wrote these 2 lines
"\Program Files\Apache Group\Apache\Apache.exe"
"\mysql\bin\mysqld-nt --standalone"
They both work fine. But both apache and mysql prompt some text and halt.
At this point the batch stops. So mysql isn't started. And if is start Mysql first apache isn't started.
Are there any parameters i could start up with so they don't give that text line and halt?
Thx in advance