MS DOS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • change foreground & background

    2 answers - 444 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    my desktop PC loaded with DS v6.22, in file c:\autoexec.bat,
    the line "prompt $e[0;30;47m$p$g" works to change the foreground to
    black, and the background to light-grey -- more readable,
    to me anyway. :-)
    The line of code fails on my notebook PC loaded with Win98se v4.10.2222.
    Why? What line of code do I add to c:\autoexec.bat on my notebook PC to
    make the foreground black and the background light-grey?
  • No.1 | | 695 bytes | |

    Speirs, Robert J.N. wrote:
    my desktop PC loaded with DS v6.22, in file c:\autoexec.bat,
    the line "prompt $e[0;30;47m$p$g" works to change the foreground to
    black, and the background to light-grey -- more readable,
    to me anyway. :-)

    The line of code fails on my notebook PC loaded with Win98se v4.10.2222.
    Why? What line of code do I add to c:\autoexec.bat on my notebook PC to
    make the foreground black and the background light-grey?

    For that to work ansi.sys should be loaded in
    config.nt, which is started when you start
    command.com(not cmd.con)
    Also you have autoexec.nt,which will be
    executed.
    You find them in C:\WINDWS\SYSTEM32
  • No.2 | | 1110 bytes | |

    Sun, 13 Aug 2006 01:46:15 +0200, Sjouke Burry
    <burrynulnulfour@ppllaanneett.nnlllwrote:

    >Speirs, Robert J.N. wrote:
    >my desktop PC loaded with DS v6.22, in file c:\autoexec.bat,
    >the line "prompt $e[0;30;47m$p$g" works to change the foreground to
    >black, and the background to light-grey -- more readable,
    >to me anyway. :-)
    >>

    >The line of code fails on my notebook PC loaded with Win98se v4.10.2222.
    >Why? What line of code do I add to c:\autoexec.bat on my notebook PC to
    >make the foreground black and the background light-grey?
    >>

    >For that to work ansi.sys should be loaded in
    >config.nt, which is started when you start

    Note the "Win98se". :-)
    It goes in c:\config.sys.
    my win98 system the config.sys line is:
    "Devicehigh = c:\Windows\Command\Ansi.sys"

    >command.com(not cmd.con)
    >Also you have autoexec.nt,which will be
    >executed.
    >You find them in C:\WINDWS\SYSTEM32

Re: change foreground & background


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 3 =
QUESTION ON "MS DOS"

EMSDN.COM