he first command cannot
redirect it's output to STDOUT (i.e. the console window)
> -Original Message-
> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
> Sent: 16 July 2002 17:12
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] exec(), passthru()
>
>
> What do
:41 AM
To: Matt Babineau; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] exec(), passthru()
How about:
passthru ("command1 > command2");
or
passthru ("command1 | command2");
HTH
Mikey
> -Original Message-
> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
&g
How about:
passthru ("command1 > command2");
or
passthru ("command1 | command2");
HTH
Mikey
> -Original Message-
> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
> Sent: 16 July 2002 16:26
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] exec(), pas
I am trying to run one command, then run a second command to pull the
results from the first command. is there a way to do this? Its seems
when I run the first command like
passthru(command1)
then run the second command to get the results from the first
passthru(command2)
the results of co