Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Background Color
Name: Connor MacLeod Date: October 31, 2005 at 06:27:50 Pacific OS: DOS 6.22 CPU/Ram: PI-200MMX/96
Comment:
Can I have In dos some color?Not a wallpaper Just a (blue,red,white)color(Default is black) Baybe Whith some command in autoexec.bat or config.sys?
Name: IVO Date: October 31, 2005 at 07:19:39 Pacific
Reply:
Insert the following line in Config.sys
Device=C:\DOS\ANSI.SYS
where C:\DOS is the path to the directory holding your DOS components and then setup the color for background/foreground using in AUTOEXEC.BAT the Prompt command with the proper sequence. about this last issue I suggest you do a search with Google as there is a lot of info about on the net. I set my display with blue background and yellow character coding
Prompt $e[40;37;1m$p$g$e[33m
0
Response Number 2
Name: ilyas Date: October 31, 2005 at 08:38:51 Pacific
Reply:
http://dos.rsvs.net/downloads/color.zip
0
Response Number 3
Name: ilyas Date: October 31, 2005 at 08:52:38 Pacific
Reply:
http://alumnus.caltech.edu/~dank/nansi/nansi33.zip unzip the zipfile put nansi.sys in a directory of your choice eg: C:\DOS add device=\dos\nansi.sys or devicehigh=\dos\nansi.sys to your config.sys when you are in the dos prompt run color.bat (from the link given in response number 2)
Summary: This is an old reference I found... I've used it and it's pretty helpful. ------------------------- USING THE ANSI DRIVER by C. Scot Giles 875 Lake Street Oak Park, Illinois 60301 This essay is an at...
Summary: Hi first you need ANSI.SYS in your config.sys like DEVICE=C:\DOS\ANSI.SYS Then you can make a text call bluescrn.txt in it put ESC[0;37;44M If you now use the type command as follows type bluescr...
Summary: Yes if it is a bat file you can edit it by right clicking it and going edit. And you will need to put in "Color " and after color you will need to type in what colors you want accoriding to the follow...