Exec, shell_exec, system, popen functions all run the process in the
background.
how can i get it to run the process normally.
my code looks like this:
<?
exec("batch_fil e.bat");
?>
am i doing anything wrong?
thanks
background.
how can i get it to run the process normally.
my code looks like this:
<?
exec("batch_fil e.bat");
?>
am i doing anything wrong?
thanks
Comment