[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::windows95

Title:Microsoft Windows 95 ("Chicago")
Notice:Please read topics 1 to 22 before writing anything
Moderator:EEMELI::BACKSTROM
Created:Sun Nov 13 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2958
Total number of notes:19968

2222.0. "Is there any way to change the DOSbox colors?" by TALLIS::KOCH (Kevin Koch TAY1-2 DTN227-4043) Tue Jul 02 1996 16:42

T.RTitleUserPersonal
Name
DateLines
2222.1Where Bold men/wo's BOLDLY go, good ole ansi.sysKEIKI::WHITEMIN(2�,FWIW)Tue Jul 02 1996 19:3415
2222.2SMURF::PBECKPaul BeckWed Jul 03 1996 01:013
2222.3ansi.com ? or color.exe?FIEVEL::FILGATEBruce Filgate SHR3-2/W4 237-6452Wed Jul 03 1996 09:168
2222.4DOSbox ?2: Why does DOSbox disable power management?TALLIS::KOCHKevin Koch TAY1-2 DTN227-4043Tue Jul 16 1996 11:2417
2222.5NETRIX::"[email protected]"Sun Mar 23 1997 11:0732
...and because I have had to look this setup up once too often, the
explaination is in the dos >help ansi.sys where one finds the example

prompt $e[1;32;40m$p$g

 Where the 1 is bold (0 -> all attrib off)
                      1    bold
                      4    underscore
                      5    blink
                      7    reverse video
                      8    concealed
 and the 32 is green  (32 is green foreground/text
                       30 black
                       31 red
                       33 yellow
                       34 blue
                       35 magenta
                       36 cyan
                       37 white    
 and the 40 is black  (40 is black background
                       41 red
                       42 green
                       43 yellow
                       44 blue
                       45 magenta
                       46 cyan
                       47 white

 and the $p$g puts is the `directory' prompt

 Bruce
[Posted by WWW Notes gateway]