Hello,
I want to execute console application with WshShell.Exec
method from HTA. However, during execution new console is
created and pops up before my application. Can I run console
process without console window with WshShell.Exec?
Note: I cannot use WshShell.Run since I need access to
process' stdout/stderr streams.
Thanks in advance
Alex