Home All Groups Group Topic Archive Search About

ansi.sys for DOS text games

Author
1 Apr 2005 12:12 AM
Steve N.
I have some old Infocom interactive text-based games (remember Zork?) I
dug out yesterday and they run in a command window except they use ansi
  escape codes for screen and text coloring and without ansi.sys loaded
each line of text is preceded by the ansi codes, making it a bit hard to
read.

I tried adding device=ansi.sys to config.nt but it did not work.

Any ideas?

Thanks
Steve

Author
1 Apr 2005 12:30 AM
David H. Lipman
Show quote Hide quote
From: "Steve N." <Stev***@nunya.biz.nes>

| I have some old Infocom interactive text-based games (remember Zork?) I
| dug out yesterday and they run in a command window except they use ansi
|   escape codes for screen and text coloring and without ansi.sys loaded
| each line of text is preceded by the ansi codes, making it a bit hard to
| read.
|
| I tried adding device=ansi.sys to config.nt but it did not work.
|
| Any ideas?
|
| Thanks
| Steve

You need ANSI.COM which will load in AUTOEXEC.NT

http://www.pcmag.com/article2/0,1759,1656347,00.asp

http://www.robvanderwoude.com/index.html

Author
1 Apr 2005 2:08 PM
Steve N.
David H. Lipman wrote:

Show quoteHide quote
> From: "Steve N." <Stev***@nunya.biz.nes>
>
> | I have some old Infocom interactive text-based games (remember Zork?) I
> | dug out yesterday and they run in a command window except they use ansi
> |   escape codes for screen and text coloring and without ansi.sys loaded
> | each line of text is preceded by the ansi codes, making it a bit hard to
> | read.
> |
> | I tried adding device=ansi.sys to config.nt but it did not work.
> |
> | Any ideas?
> |
> | Thanks
> | Steve
>
> You need ANSI.COM which will load in AUTOEXEC.NT
>
> http://www.pcmag.com/article2/0,1759,1656347,00.asp
>
> http://www.robvanderwoude.com/index.html
>

Thanks for the reply but device=%SystemRoot%\system32\ansi.sys in
config.nt worked fine. I left out the path first try.

Steve
Author
1 Apr 2005 5:16 AM
Stan Weiss
I have device=%SystemRoot%\system32\ansi.sys in config.nt and it works.
Stan

Show quoteHide quote
"Steve N." wrote:
>
> I have some old Infocom interactive text-based games (remember Zork?) I
> dug out yesterday and they run in a command window except they use ansi
>   escape codes for screen and text coloring and without ansi.sys loaded
> each line of text is preceded by the ansi codes, making it a bit hard to
> read.
>
> I tried adding device=ansi.sys to config.nt but it did not work.
>
> Any ideas?
>
> Thanks
> Steve
Author
1 Apr 2005 2:07 PM
Steve N.
Stan Weiss wrote:
> I have device=%SystemRoot%\system32\ansi.sys in config.nt and it works.
> Stan

Thank you, that worked fine.

Steve

Show quoteHide quote
>
> "Steve N." wrote:
>
>>I have some old Infocom interactive text-based games (remember Zork?) I
>>dug out yesterday and they run in a command window except they use ansi
>>  escape codes for screen and text coloring and without ansi.sys loaded
>>each line of text is preceded by the ansi codes, making it a bit hard to
>>read.
>>
>>I tried adding device=ansi.sys to config.nt but it did not work.
>>
>>Any ideas?
>>
>>Thanks
>>Steve