home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / bfe1302a.zip / BETA.CTL < prev    next >
Text File  |  1993-06-20  |  3KB  |  72 lines

  1. ;┌────────────────────────────────────┬─────────────────────────────────────┐
  2. ;│██▀▀▀▀█   ██▀▀▀▀▀▀ ██▀▀▀▀▀▀         │  For support, contact:              │
  3. ;│██▄▄▄▄█▄  ██▄▄▄▄▄  ██▄▄▄▄▄          │                                     │
  4. ;│██    ▄█  ██       ██               │  Scott Burkett, Sysop               │
  5. ;│██▄▄▄▄▄█  ██       ██▄▄▄▄▄▄ v1.30.2α│  Under the Nile BBS, 1:3613/12      │
  6. ;│                                    │  (706) 596-8126 9600 v.32           │
  7. ;│BBS Front-End System                └─────────────────────────────────────┤
  8. ;│(C)opyright 1992, 1993 Cairo Research Labs, All Rights Reserved           │
  9. ;└──────────────────────────────────────────────────────────────────────────┘
  10.  
  11. ; CHOICE - Defines Choice Information and Corresponding Errorlevels
  12. ;          (no limit)
  13. ;
  14. ;     HOTKEY   - Keypress used to activate the option
  15. ;       DESC   - Textual description of the option
  16. ;       TYPE   - Option type (see documentation)
  17. ;     FLAVOR   - HIDDEN or NORMAL (default)
  18. ;   SECURITY   - Security level needed to access the option (requires dropfile!)
  19. ;  SECONDARY   - Secondary "catch-all" data field (see docs)
  20. ;     PROMPT   - Used to obtain user-defined input]
  21. ;    PROCESS   - Used in conjunction with PROMPT/NOPASSPARMS]
  22. ;NOPASSPARMS   - Prevent BFE from passing comm. parameters to tasks
  23. ;   PASSWORD   - Password needed to activate this option
  24. ;
  25. ;ENDCHOICE - Used to end a CHOICE block
  26.  
  27. CHOICE
  28.         HOTKEY 1
  29.           DESC VID - Virus Information Door
  30.           TYPE D
  31.         FLAVOR NORMAL
  32.       SECURITY 0
  33.      SECONDARY VIDNOTE
  34. ENDCHOICE
  35.  
  36. CHOICE
  37.         HOTKEY 2
  38.           DESC BFE - BBS Front End System
  39.           TYPE D
  40.         FLAVOR NORMAL
  41.       SECURITY 0
  42.      SECONDARY BFENOTE.ASC
  43. ENDCHOICE
  44.  
  45. CHOICE
  46.         HOTKEY R
  47.           DESC Return to Main Menu
  48.           TYPE X
  49.         FLAVOR NORMAL
  50.       SECURITY 0
  51. ENDCHOICE
  52.  
  53. ; CUSTOM COLOR SETUP - This information is local to each of your .CTL files.
  54. ;                      In other words, each menu can have its own set of
  55. ;                      colors!
  56.  
  57. TITLECOL   Bright Cyan on black
  58. HOTKEYCOL  Bright Yellow on Blue
  59. BRACKETCOL Bright White on Blue
  60. LINECOL    Blue on Black
  61. DESCRIPCOL Bright Magenta on Black
  62. PROMPTCOL  Bright White on Black
  63. USERCOL    Bright Cyan on Black
  64. REGCOL     Bright Yellow on black
  65.  
  66. ; REGMESSAGE - Configures the registration message (registered only!)
  67. ;              If excluded, it defaults to "Registered to <your name>"
  68. ;              Each .CTL file may have a different message!
  69.  
  70. REGMESSAGE Cairo Research Beta Team Notes and Updates!
  71.  
  72.