Re: [PHP-WIN] Re: exec() without waiting for completion in Win2k

2002-09-08 Thread Noel Llopis
er Unix :-( Any other ideas? I think I tried just about everything I could think of. Thanks. --Noel > -Original Message- > From: Noel Llopis [mailto:[EMAIL PROTECTED]] > Sent: 08 September 2002 13:43 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Re: exec() without wait

Re: [PHP-WIN] Re: exec() without waiting for completion in Win2k

2002-09-08 Thread Noel Llopis
On Sun, 08 Sep 2002 15:32:31 -0700 Kurtis Harper <[EMAIL PROTECTED]> wrote: > I am having problems as well with exec() but this may help in your > case, try single quotes, eg add this to your php script: exec ('start > C:\path\to\your\bat\file\build.bat'); I'm afraid it didn't. Still the same p

[PHP-WIN] exec() without waiting for completion in Win2k

2002-09-08 Thread Noel Llopis
Hello, I'm working on a web front-end for our build system. One of the things I need to do is allow the user to start a lengthy build in the back and continue using the web page. Unfortunately, I can't find out how to do it. I can start the build, but the web page won't complete loadinguntil th