Hello everyone. I apologize for this reposted question, but there must be someone out there who can help me with this....
I am using c# to build an application. One thing I would like to do is open an external app and send text to it.
For example, I would like to open cmd.exe (already done that part with no problem) and send text to it in order to perform some function.
So I open the command prompt, then I would like to send the text "dir" and then {enter} so that a list of the current directory is displayed.
Any help will be greatly appreciated.
Thanks,
narpet
I am using c# to build an application. One thing I would like to do is open an external app and send text to it.
For example, I would like to open cmd.exe (already done that part with no problem) and send text to it in order to perform some function.
So I open the command prompt, then I would like to send the text "dir" and then {enter} so that a list of the current directory is displayed.
Any help will be greatly appreciated.
Thanks,
narpet
Comment