home *** CD-ROM | disk | FTP | other *** search
- BLACK = 0
- BLUE = 1
- GREEN = 2
- CYAN = 3
- RED = 4
- MAGENTA = 5
- BROWN = 20
- GRAY = 7
- DKGRAY = 56
- BBLUE = 57
- BGREEN = 58
- BCYAN = 59
- BRED = 60
- BMAGENTA = 61
- YELLOW = 62
- WHITE = 63
-
- MENU_FOREGROUND = WHITE
- MENU_BACKGROUND = BLUE
- KEYBOX_FOREGROUND = BLUE
- KEYBOX_BACKGROUND = GRAY
- DESC_FOREGROUND = BCYAN
- DESC_BACKGROUND = BROWN
- HIGHLIGHT_FOREGROUND = WHITE
- HIGHTLIGHT_BACKGROUND = CYAN
- PROMPT_FOREGROUND = BCYAN
- HELP_FOREGROUND = WHITE
- HELP_BACKGROUND = RED
-
- DELIMITER = "
- MENU_DELIM = *
- SOUND = ON
- ITEM_DESCRIPTION = ON
- NUMLOCK = NOCHANGE
- CAPSLOCK = NOCHANGE
- SCROLLLOCK = NOCHANGE
- KEYBUFFER = ON
- BLANK_TIME = 5
- BLANK_MSG = "Video Cleared to Save Screen"
- TITLE = " Bristol Computing Systems Menu Program "
-
- ROW = 3
- COLUMN = 29
- PROMPT_FOREGROUND = BRED
- PROMPT = "Communications Program"
- HELP = "BCS MENU PROGRAM -- MINI TUTORIAL
- To Move the Selection Bar
- Use the UP/DOWN arrow keys,
- Press the first letter of a prompt,
- Or, with a mouse, position the mouse cursor on a prompt & click
- (Press DOWN ARROW to read each succesive description)"
- COMMANDS = "ECHO OFF
- ECHO ...
- ECHO Edit this menu entry to include the commands
- ECHO required to start a COMMUNICATIONS program
- ECHO ...
- PAUSE
- ECHO ON"
-
- ROW = 5
- COLUMN = 29
- PROMPT_FOREGROUND = BCYAN
- PROMPT = "Word Processing"
- HELP = "To Execute a Menu Item:
-
- Position Selection Bar on Desired Item
- and Press ENTER, or
- double click on the menu item with a mouse"
- COMMANDS = "ECHO OFF
- ECHO ...
- ECHO Edit this menu entry to include the commands
- ECHO required to start a WORD PROCESSING program
- ECHO ...
- PAUSE
- ECHO ON"
-
- ROW = 7
- COLUMN = 29
- PROMPT_FOREGROUND = YELLOW
- PROMPT = "Speadsheet Program"
- HELP = "The window at the bottom of the screen
- gives a description of certain keys
- (F10 cycles through the key descriptions)
- This is both informative and can be used to
- make a selection with the mouse
- (Click on any letter in the description)"
- COMMANDS = "ECHO OFF
- ECHO ...
- ECHO Edit this menu entry to include the commands
- ECHO required to start a SPREADSHEET program
- ECHO ...
- PAUSE
- ECHO ON"
-
- ROW = 9
- COLUMN = 29
- PROMPT_FOREGROUND = BMAGENTA
- PROMPT = "Database Program"
- HELP = "
- This window is called the Item Description window
-
- It's purpose is to display useful
- Information about the highlighted menu item"
- COMMANDS = "ECHO OFF
- ECHO ...
- ECHO Edit this menu entry to include the commands
- ECHO required to start a DATABASE program
- ECHO ...
- PAUSE
- ECHO ON"
-
- ROW = 11
- COLUMN = 29
- PROMPT_FOREGROUND = BGREEN
- PROMPT = "Other Application"
- HELP = "
- The Item Description window will always move
- Out of the way of the Selection Bar
- Or can be moved with the mouse by clicking on the
- Arrow to the right (displayed only when mouse present)"
- CMND_INPUT = "PATH,Enter Complete Path Name for Application (eg. C:\NORTON)
- PROGRAM,Enter Application Program Name or Batch File Filename (eg. NU)"
- COMMANDS = "%PATH\%PROGRAM"
-
- ROW = 13
- COLUMN = 29
- PROMPT_FOREGROUND = WHITE
- PROMPT = "DOS Utilities Menu"
- HELP = "
- Colors may be changed from the Color Change Screen - Press F8
- All Menu text may be changed from the Menu Edit Screen
- (Menu Title, Prompts, Item Description, Commands, Passwords)
- To Edit Menu Text - Press F8 from the Color Change Screen"
- COMMANDS = "*DOSMENU.MNU"
-
- ROW = 15
- COLUMN = 29
- PROMPT_FOREGROUND = BCYAN
- PROMPT = "Games Menu"
- HELP = "*** Special Commands ***
- User Input is specified by %LABEL (up to 8 ALPHA/NUMERIC chars.)
- Activate another menu by specifying @filename as the 1st (and only)
- command (@ as 1st command char. indicates a menu filename follows)
- See command set for `Other Application' and `DOS Utilities Menu'
- (See BCSMENU.DOC for complete editing details)"
- COMMANDS = "*GAMES.MNU"
-