Forum Moderators: bakedjake

Message Too Old, No Replies

GUI in Telnet

         

haryanto

4:20 am on May 3, 2004 (gmt 0)

10+ Year Member



Hi Linux gods.

I am distributing a script via SH script but I would like to do up a more graphical installation isntead of a command line so users can select options to install and stuff.
Something like this:
snipped

I am really bad at Linux commands so I was wondering if there is any software out there that is able to help me in making this "GUI"?

Thanks in advance!

[edited by: DaveAtIFG at 2:40 pm (utc) on May 3, 2004]
[edit reason] No specifics please [/edit]

SeanW

1:08 pm on May 3, 2004 (gmt 0)

10+ Year Member



Take a look at "dialog", it should be present on most distros already:


DESCRIPTION
Dialog is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. These types of dialog boxes are implemented (though not all are necessarily compiled into dialog):
calendar, checklist, form, fselect, gauge, infobox, inputbox,inputmenu, menu, msgbox (message), password, radiolist, tailbox, tailboxbg, textbox, timebox, and yesno (yes/no).

Sean