home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PASTEL04.ZIP / PASTEL.MNU < prev    next >
Encoding:
Text File  |  1995-09-29  |  1.0 KB  |  30 lines

  1.  
  2. ; This file defines the menu used in the program.  Refer to SYSOP.DOC for
  3. ; a list of all supported MNU commands.  You should not need to change
  4. ; this file, though...
  5.  
  6.  
  7. Erase    = False        ; Erase the prompt after each page?    
  8. Help     = Info         ; File to display if "?" is pressed.   
  9. LightBar = Yes          ; Use lightbars?   
  10.  
  11.  
  12. Prompt = "|08[|07Space|08/|07BS|08/|07CR|08]|07 "
  13.   ; Erase this line if you are not using lightbar'd menus.  The default
  14.   ; prompt is "More ?".  The above prompt will not make much sense if
  15.   ; you are not using lightbars.
  16.  
  17.  
  18. External = False           ; Do not display an external file.
  19. Internal = False           ; Do not display the hardcoded menu.
  20.  
  21.  
  22. Item                       ; Start item #1
  23.   Key     = Y              ; Hotkey to continue listing
  24.   Bar     = " Yes "        ; Text shown in lightbar
  25.  
  26.  
  27. Item                       ; Start item #2
  28.   Key     = N              ; Hotkey to terminate listing
  29.   Bar     = " No "         ; Text shown in lightbar
  30.