home *** CD-ROM | disk | FTP | other *** search
- ;********************************************************************
- ; MCUPL Demo Configuration File
- ;********************************************************************
- ; Machine ID. If the machine is not an IBM PC/XT/AT compatible,
- ; specify machine ID here. You will get a message at MCUPL invoke
- ; time if the machine is not totally IBM compatible.
- ; example: set mid PC (or)
- ; set mid AT
- ; PC = 8088/8086 machine
- ; AT = 80286 machine
- ;
- set mid AT
- ;
- ;*********************************************************************
- ; Color attributes
- ;
- ; set color <position> <color>
- ;
- ; MCFG = Message Center foreground
- ; MCBG = Message Center background
- ; MCBC = Message Center border color
- ; UIFG = User Input foreground
- ; UIBG = User Input background
- ; UIBC = User Input border color
- ; MMFG = Main Menu foreground
- ; MMBG = Main Menu background
- ; MMBC = Main Menu border color
- ; color = BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, LIGHTGREY
- ; DARKGREY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED
- ; LIGHTMAGENTA, YELLOW, WHITE
- ;
- set color MCFG WHITE
- set color MCBG GREEN
- set color MCBC BLACK
- set color UIFG WHITE
- set color UIBG LIGHTRED
- set color UIBC WHITE
- set color MMFG WHITE
- set color MMBG LIGHTBLUE
- set color MMBC LIGHTCYAN