 ZMENU, Utilities, Menu Utility  4 Alan L. Zirkle          Naval Surface Warfare Center                          Code K551                         Dahlgren, Virginia  22448   C ZMENU is a utility designed to display a menu from within a command D procedure, to select a menu item based on a user's instructions, andC to communicate the user's selection to the procedure so that it can < perform further processing based on which item was selected.   ZMENU is called as:   8            $ ZMENU [file] [/SYMBOLS] [/POINTER="text"] -  J                [/ITEM="char"] [/WIDE] [/NOINTERRUPT] [/DEBUG] [/VERSION] -  ,                [/INITIAL=n] [/TEXT="string"]  K If 'file' is omitted, SYS$INPUT is assumed.  If no file type is specified,   .MENU is assumed.   C ZMENU clears the screen, and displays the contents of the specified B file (up to 24 lines).  If the /WIDE qualifier is used, the screen is made 132 columns wide first.     