0
votes
votes
1 answers
Properly grabbing console input when running java app in C#?
Hi. I am trying to open a command window and read/write it from a C# forms app. I have a textbox "textBox1" to display output and "textBox2" for me to type commands to the cmd process. This is the code: [code] Pro ...
