Andy,
Am 14.12.2010 00:00, schrieb Andy Polyakov via RT:
My initial reason for the RT was exactly for catching the
output with a script; sure its possible to catch it with IO redirection
too, but in my case I run a VBScript on Windows which is not able to do
IO redirection without launching cmd.exe 1st;

set ex=shell.Exec("...")
while not ex.StdOut.AtEndOfStream
        ... ex.StdOut.ReadLine ...
wend

hmm, when I was on it I got IO redirection only working when launched with cscript - not wscript; do you know if the above works with wscript too?

Günter.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to