[PHP-WIN] using exec on WIMP

2002-10-01 Thread MWCT - Markus Weber
Hi, may be someone can help me: I want to use the exec() function to run an executable as background process. This means my php script should not wait for the end of the background process. I tried a lot but without success. My script always wait for the end of the background process. My php sc

[PHP-WIN] exec() on WIMP systems

2002-10-02 Thread MWCT - Markus Weber
Hi, may be someone can help me: I want to use the exec() function to run an executable as background process. This means my php script should not wait for the end of the background process. I tried a lot but without success. My script always wait for the end of the background process. My php sc

[PHP-WIN] Re: using exec on WIMP

2002-10-02 Thread MWCT - Markus Weber
Hi, thank you very much for help. I will try this solution. Do you believe there is still a way to use the exec() function of PHP ? regards, markus weber "J Wynia" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Mwct -

[PHP-WIN] Re: note 25599 rejected from function.exec by betz

2002-10-02 Thread MWCT - Markus Weber
until the mysql process has finished. Does anybody know how I can run the exec() command totally in the background on a WIMP system ? (I tried a lot with "2>1&" and "cmd/c" etc.) -- Please read this from [EMAIL PROTECTED]: Mwct -

[PHP-WIN] Re: using exec on WIMP

2002-10-03 Thread MWCT - Markus Weber
nia" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Mwct - Markus Weber wrote: > > Hi, > > > > may be someone can help me: > > > > I want to use the exec() function to run an executable as background > &