Quote:
Originally Posted by gopsman
hi
i want a script which would invoke a different prompt and execute commands in that prompt and comes back. Is it possible?
|
What kind of prompt ? A new shell or a new xterm window ?
For xterm, you can probably use
Code:
xterm -e <progname> [args]