C
C. Adam Barney
I would like to create my own command prompt application using .NET.
I'm looking to start off with a basic framework, essentially passing
commands through to cmd and displaying the results.
However, I'm stuck on creating even the framework. The approach I've
been looking at involves using a process object and tapping into the
StandardInput and StandardOutput streams, but I can't see how to make
this interactive, like a shell should be.
Is this a much bigger task than I've imagined? (I've imagined that
this should be fairly straight forward and simple.)
Any help or general direction you can provide will be greatly
appreciated.
Thanks!
Adam
I'm looking to start off with a basic framework, essentially passing
commands through to cmd and displaying the results.
However, I'm stuck on creating even the framework. The approach I've
been looking at involves using a process object and tapping into the
StandardInput and StandardOutput streams, but I can't see how to make
this interactive, like a shell should be.
Is this a much bigger task than I've imagined? (I've imagined that
this should be fairly straight forward and simple.)
Any help or general direction you can provide will be greatly
appreciated.
Thanks!
Adam