home *** CD-ROM | disk | FTP | other *** search
-
- ; This file defines the menu used in the program. Refer to SYSOP.DOC for
- ; a list of all supported MNU commands. You should not need to change
- ; this file, though...
-
-
- Erase = False ; Erase the prompt after each page?
- Help = Info ; File to display if "?" is pressed.
- LightBar = Yes ; Use lightbars?
-
-
- Prompt = "|08[|07Space|08/|07BS|08/|07CR|08]|07 "
- ; Erase this line if you are not using lightbar'd menus. The default
- ; prompt is "More ?". The above prompt will not make much sense if
- ; you are not using lightbars.
-
-
- External = False ; Do not display an external file.
- Internal = False ; Do not display the hardcoded menu.
-
-
- Item ; Start item #1
- Key = Y ; Hotkey to continue listing
- Bar = " Yes " ; Text shown in lightbar
-
-
- Item ; Start item #2
- Key = N ; Hotkey to terminate listing
- Bar = " No " ; Text shown in lightbar
-