Hi,
Is there a way to stop Mindterm from closing after executing a command using the applet parameter "commandline"?
For example, when I execute the following:
<PARAM NAME="commandline" value="top">
This displays the results from the "top" command, however when I press "q" to quit, the Terminal Window closes instead of returning me to the shell.
<PARAM NAME="commandline" value="arp">
The Terminal window appears and after login credentials are auto-supplied, the Terminal Window closes before I have a chance to see the results. I'm not even 100% the command executed, as I didn't have a chance to see any results.
I've attempted setting the following option, but made no difference;
<PARAM NAME="exit-on-logout" value="false">
Any assistance would be greatly appreciated.
Thanks,
Jeff