So I use 2X Application Server and I'm starting to use it on linux, however to actually use an application you need to run a command from terminal...
Instead of me launching terminal and typing in the command to launch the app, How can i create a script that basically has an icon on the desktop that when double clicked, runs...
Code:
/bin/appserverclient -s172.16.10.1 -a"Word"
i tried entering that into a text document titled "word.sh"
nothing worked, currently i tried this on ubuntu and am about to try it in suse.
any help is appreciated, thanks.