Interactove CMD Window

I am trying to embed CMD.EXE into my application. I found excellent examples for how to redirect the output of a CMD window into a text box but it's only one way and the CMD window has to close for the text to get written to the window.

Does anyone know how to do this so that the user experiences a command window on a vb.net form?

[336 byte] By [SteveBostedor] at [2007-12-24]
# 1

See if TallDudes answer in this thread helps:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=534318&SiteID=1&PageID=1

PS...Please do not duplicate your post across multiple forums

DMan1 at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
Thank you, but no, it has nothing to do with what I'm asking. I need to make it interactive, not just stream one way. I just figured it out on my own, though, so everything is OK.

I posted the message to another forum because I realized that I posted this one to the wrong forum. I am not using the express VB. I did so consciously and with good reason. :)

SteveBostedor at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Language...