Copyright 1997 Pragma Systems, Inc.
console.exe
This program allows you to customize your current console window's colors, instead of the dull White on Black that is the default.
USAGE:
console [/F color] [/B color] [/I] [/?]
COMMAND OPTIONS:
/F "Color" New color to be used for the Foreground, see below
/B "Color" New color to be used for the Background, see below
/I Runs in Interactive mode
/? Displays text help file
POSSIBLE COLORS:
Regular:
Black, Red, Green, Yellow, Blue, Magenta, Cyan, White
High Intensity:
I_Black, I_Red, I_Green, I_Yellow, I_Blue, I_Magenta, I_Cyan, I_White
EXAMPLES:
To run in Interactive mode and have console ask for all needed info, type:
console /I
To change your foreground to White, and your background to Red, type:
console /F White /B Red
To change your foreground to Intense Magenta, and your background to Blue, type:
console /F I_Magenta /B Blue