Re: terminal and script

2004-10-28 Thread Radu-Adrian Popescu
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

terminal and script

2004-10-28 Thread Sandro Dähler
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