PDA

View Full Version : can i change msdos font colour? (W95)



cypher_hacker
10-11-2002, 07:11 AM
how do I change msdos font colours? I also want to stop ppl viewing my settings tab, my desktop properties and run tab in start menu.

Nana
10-11-2002, 07:34 AM
cypher_hacker,

Sorry, I have no idea about font colours in DOS. As for your other questions, have a look through Clear the Cached Run Commands (http://www.winguides.com/search.php?keywords=Hide&mode=or&target=registry&hits=25&guide=community>here</a>.)[/b].

Hope those help a bit.
Nana /images/forums/icons/smile.gif

JakeHaze
10-11-2002, 07:57 AM
DOS color settings.</font color=blue>[/b] (http://www.hardwaresite.net/faqdos.html>[b]<font)

BertImmenschuh
10-11-2002, 08:11 AM
You can make several changes for the MS-DOS window when using the icon in Start, Programs, but color isn't one on them in Win95/98 like it is in Win2000/XP. You'll have to load ansi.sys in the config.sys file:
DEVICEHIGH=C:\WINDOWS\COMMAND\ANSI.SYS
and then load a prompt change in autoexec.bat [this is what I use for yellow text on blue]:
prompt $e[33;44;1m$n$g$e
ECHO OFF
CLS
prompt $p$g

This is the chart of colors you can use:
DISPLAY COLORS
Foreground Color Background
30 Black 40
31 Red 41
32 Green 42
33 Yellow 43
34 Blue 44
35 Magenta 45
36 Cyan 46
37 White 47




[i]Good judgement comes from experience, and experience comes from bad judgement

Nana
10-11-2002, 04:49 PM
WinMe has to follow the same instructions given for Win95/98.

Nana /images/forums/icons/smile.gif

BertImmenschuh
10-11-2002, 07:54 PM
Guess I did leave ME off the sentence. I am now properly chastised./images/forums/icons/shocked.gif

Actually, I didn't intend to put 98 in it, since 98 uses the config.sys and autoexec.bat files even less than 95 does, but my fingers couldn't quit soon enough.

Good judgement comes from experience, and experience comes from bad judgement