home *** CD-ROM | disk | FTP | other *** search
- dumb_menu - executes a simple minded menu
-
- Theory of operation: The program reads and parses a menu
- definition file and then loops until the user quits. Menus
- are not pretty - simply numbered options with Q for quit to
- exit.
-
- The menu definition file consists of a title statement
- followed by zero or more options followed by one or item
- definitions.
-
-
- title { this is a Title }
-
- bold clear always-show
-
- item { this is a prompt } { echo "$FOO $BAR" }
- parm "FOO" { prompt for FOO }
- parm "BAR" { prompt for BAR }
- ;
-
- Mike Howard
- how@milhow1.uunet.uu.net
-