VOGONS


First post, by Niezgodka

User metadata
Rank Member
Rank
Member

I know that we can modify colors of text in batch files with enhancers (btw, what is the best one? batchman?).
I was wondering if its possible to do that in boot autoexec.bat and config.sys
I can load Ansi.sys and change colors of booted drivers, however menu is unmodifiable.

P.S. I'm taking about XMS EMS Choice menu in dos 7.1

Reply 1 of 2, by keropi

User metadata
Rank l33t++
Rank
l33t++

you can change the color of your boot menu , at least background/foreground:

Add a dash of color to your menu
You can add a line anywhere in your menu to change the default colors of your menu.
MENUCOLOR x, y
x is the color of the menu text and y is the color of the background. Here's a list of color codes:

0 BLACK 8 GREY
1 BLUE 9 BRIGHT BLUE
2 GREEN 10 BRIGHT GREEN
3 CYAN 11 BRIGHT CYAN
4 RED 12 BRIGHT RED
5 MAGENTA 13 BRIGHT MAGENTA
6 BROWN 14 YELLOW
7 WHITE 15 BRIGHT WHITE

source: http://dos.rsvs.net/DOSPAGE/CONFMENU.HTM

🎵 🎧 PCMIDI MPU , OrpheusII , Action Rewind , Megacard and 🎶GoldLib soundcard website

Reply 2 of 2, by alexanrs

User metadata
Rank l33t
Rank
l33t

The boot menu appears before anything is loaded in CONFIG.SYS, so there is no way to use that to change the menu's colors. You are restricted to what you can do with MENUCOLOR.