...
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:
&
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
[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
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
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"
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