Hi all,
Thanks for reading my post!!!
I am facing a problem that I cannot redirect StandartOutput and
StandardInput at the same time without closing the executive.
Actually, I have a console application named "etm.exe", I would like
to call it in my .net (VC) application. What I want to do is when the
user type some command in my .net application, I redirect this command
to etm.exe and also redirect the output of "etm.exe" to my .net
application. Also, I need the "etm.exe" not to be closed until I close
my .net application.
I have tried by using "process" class, I can redirect the input and
output. However, the "etm.exe" is closed every time a single command
completed.
Has anyone tried to develop a similar application?
Thanks in advance. Your help is greatly appreicated!!!
Ivan Lam
Herfried K. Wagner [MVP] - 16 Dec 2004 18:51 GMT
"Ivan Lam" <ivanlkc@hkem.com> schrieb:
> I am facing a problem that I cannot redirect StandartOutput and
> StandardInput at the same time without closing the executive.
[quoted text clipped - 5 lines]
> application. Also, I need the "etm.exe" not to be closed until I close
> my .net application.
Take a look at this sample (VB.NET):
RedirectConsole
<URL:http://dotnet.mvps.org/dotnet/samples/misc/RedirectConsole.zip>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/