|
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 foreground color:
available options: Black, Red, Green, Yellow, Blue, Magenta, Cyan, White, I_Black, I_Red, I_Green, I_Yellow, I_Blue, I_Magenta, I_Cyan, I_White
|
|
/B Color
|
New background color:
available options: Black, Red, Green, Yellow, Blue, Magenta, Cyan, White, I_Black, I_Red, I_Green, I_Yellow, I_Blue, I_Magenta, I_Cyan, I_White
|
|
/i
|
Run in interactive mode
|
|
/?
|
Display help file
|
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
|