Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
changing DOS screen colors
Name: philowar Date: September 7, 2002 at 15:02:44 Pacific OS: DOS 6.1 CPU/Ram: 486 / 32mb
Comment:
How do I change the screen colors in DOS? Specifically, I want to put something in my startup sequence so that my DOS has a blue background and white text similar to the Wordperfect 5.1 look. Thanks
Summary: You could hit the color regs directly.. OUT &3C8,(dos screen color - 0 is background) OUT &3C9,(red 0-63) OUT &3C9,(green 0-63) OUT &3C9,(blue 0-63) ...
Summary: I tried to change the color of my dos screen by using Norton Control Center. But after I am done changing the color it gives me a message that "The ANSI device driver is not installed. DOS Colors may ...