Sandro Dähler wrote:
Hi
I want to start a terminal(gnome-terminal) and then start a script in this
terminal.
The start of the terminal is no problem (Process p =
Runtime.getRuntime().exec("gnome-terminal");
gnome-terminal has a -x parameter described as follows:
-x, --execute
Hi
I want to start a terminal(gnome-terminal) and then start a script in this
terminal.
The start of the terminal is no problem (Process p =
Runtime.getRuntime().exec("gnome-terminal");
But how can I start the script now in this terminal??
I tried with a OutputstreamWriter on the outputstream o