Posted by Andy Hassall on 09/30/07 11:37
On 17 Jan 2006 15:16:52 -0800, giloosh99@gmail.com wrote:
>Exec, shell_exec, system, popen functions all run the process in the
>background.
They don't normally, unless you do something fairly specific to get them to.
>how can i get it to run the process normally.
>my code looks like this:
><?
>exec("batch_file.bat");
>?>
>
>am i doing anything wrong?
What's in batch_file.bat?
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|