Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!rex!uflorida!gatech!udel!haven!adm!news From: nate@neutron.lcs.mit.edu Newsgroups: comp.lang.pascal Subject: Re: Change fore/background color permanently Message-ID: <25338@adm.brl.mil> Date: 22 Dec 90 01:41:17 GMT Sender: news@adm.brl.mil Lines: 18 Chris, To make the screen blue with high intensity white, do the following: 1) include the following line in config.sys device=ansi.sys assuming that the ansi.sys driver is in the root of the bootup directory. 2) include the following line in your autoexec.bat file echo [1;37;44m where is the escape character (ascii 27) good luck, nate liskov p.s. check the dos 4.01 manual for more details on ansi commands