RE: capturing output of command

2003-01-29 Thread Ekbert Mertens
But does someone have a proposal how to capture the STDERR output of the batch script, too? Up to now, I only could capture the STDOUT output via @Result=`command line` and I would like to capture both, ideally in the same array to get the correct order... Kind regards Ekbert Mertens Hi

RE: capturing output of command

2003-01-29 Thread chengkai
But does someone have a proposal how to capture the STDERR output of the batch script, too? Up to now, I only could capture the STDOUT output via @Result=`command line` and I would like to capture both, ideally in the same array to get the correct order... Kind regards Ekbert