Hi there
I am just trying to setup something and with my exec function its launching the program i want it to but not properly. I am running windows server 2003 and the processes are running in the background if that has anything to do with it.
<?php
$output = `cod_start.bat`;
echo "<pre>$output</pre>";
echo "Your Server Has Been Started Successfully"
?>
If you could help with this please i will be very grateful