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 of the
Process(p.getOutputStream) but I had no success.
Can anyone help me??
Thx sandro
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]