>>> 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?

Yes. I mean it does for me. It flashes console window though. It should
be possible to produce a /subsystem:windows executable that would detect
if it's executing in console context and interact with console... A.

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

Reply via email to