in reply to create a new (Linux) console and redir. STDIN & STDOUT
I'm not a Konsole kind of guy, but this should spawn a script in an Xterm:
system("xterm -e $command");
After your 'system' failed, did you check $! for error details?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: create a new (Linux) console and redir. STDIN & STDOUT
by Aristotle (Chancellor) on Nov 27, 2002 at 16:51 UTC |