How can I change a background color in a dos program. I seem to remember that I could in windows 3.1, but I forgot. Thanks
Printable View
How can I change a background color in a dos program. I seem to remember that I could in windows 3.1, but I forgot. Thanks
Placing this line in the [menu] section of the config.sys causes Dos to display white letters on a blue background.
menucolor=15,1
1st number is for foreground colour and the 2nd number is for background colour.
(Chose numbers 1 - 15)