Forum Moderators: bakedjake
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]
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