home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / dos6colr.zip / COLOR.TXT next >
Text File  |  1993-10-17  |  1KB  |  39 lines

  1. *TIRED* of seeing white text on your $$$ color monitor? Can't understand why
  2. after all of this time, DOS still displays white text on a black screen? 
  3. Take control of DOS and patch your way to colordom. Using your favorite 
  4. binary editor (PCTools, Norton, etc) look for the following byte (hex) 
  5. string in COMMAND.COM of MS-DOS version 6 (ONLY!):
  6.  
  7.    8b c8 b4 06 b7 07 32 db
  8.  
  9. The 07 is what you are after. Changing it, for instance, to a 02 will make a
  10. black screen with green text, upon execution of the DOS command CLS. See 
  11. table below for numbers.
  12.  
  13. Naturally, patching your COMMAND.COM is a very serious thing so please take
  14. the extra precaution of creating a boot floppy with the unpatched version 
  15. of COMMAND.COM, just in case something goes wrong and your machine won't 
  16. boot. There should be a copy of COMMAND.COM in your DOS directory also.
  17.  
  18. Enjoy your new color freedom!
  19.  
  20. 00 - black (not recommended, obviously!)
  21. 01 - blue
  22. 02 - green
  23. 03 - cyan
  24. 04 - red
  25. 05 - magenta
  26. 06 - brown
  27. 07 - light grey (normal)
  28. 08 - dark grey
  29. 09 - light blue
  30. 10 - light green
  31. 11 - light cyan
  32. 12 - light red
  33. 13 - light magenta 
  34. 14 - yellow
  35. 15 - bright white
  36.  
  37. 16 + Don't know, haven't tried. Might be different combinations of foreground
  38.      /backgrounds. You're on your own here.
  39.