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

2002-09-09 Thread Rich Gray
... Rich -Original Message- From: Noel Llopis [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 00:35 To: Rich Gray Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Re: exec() without waiting for completion in Win2k On Sun, 08 Sep 2002 22:42:44 -0700 Rich Gray <[EMAIL PROTECTED]> wrote: &

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 Rich Gray
[PHP-WIN] Re: exec() without waiting for completion in Win2k 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

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

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

2002-09-08 Thread Rich Gray
ect: [PHP-WIN] Re: exec() without waiting for completion in Win2k 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'); Hope this helps. "Noel Llopis"

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

2002-09-08 Thread Kurtis Harper
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'); Hope this helps. "Noel Llopis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello