Hi Lads,
I was wondering how I get external exe file to open up as a minimised window.
the following code opens it up but in full screen in the middle of the window. I need the cmd window to be minimised.
top forum
<?
echo "starting MySQL ....\n";
pclose(
popen('start wsiamp\\mysql\\bin\\mysqld-nt.exe --basedir=/wsiamp/mysql --datadir=/wsiamp/mysql/data --port=3307 --console --standalone','r' ));
flush();
sleep(1);
?>