in reply to Re: Best/Fast/Simple way to add a GUI to a batch process
in thread Best/Fast/Simple way to add a GUI to a batch process
Remember, unless your server has an X server running, which it probably dosn't, you won't be able to run any gui program. If you don't want to use Net::SSH2, you can always run (individual ssh with options) from a local Tk-ExecuteCommand gui. That way, you have your gui on your local machine, but run non-gui commands on the server you connect to.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Best/Fast/Simple way to add a GUI to a batch process
by Lotus1 (Vicar) on Aug 28, 2018 at 03:13 UTC | |
Re^3: Best/Fast/Simple way to add a GUI to a batch process
by RonW (Parson) on Aug 30, 2018 at 00:09 UTC | |
by zentara (Cardinal) on Aug 30, 2018 at 11:18 UTC | |
by RonW (Parson) on Aug 30, 2018 at 22:08 UTC |