is it possible to read and write commands into an external console application?
Iam working on a little project to remote control an external console
application. And now I have the problem that i dont know if it's possible
to write commands to an external console and read the text that the console is
giving out after the commands.
The jShell library allows you to start other processes and to read the output streams. Currently it doesn't allow you to interact by sending commands through the input stream.