From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FROM_ILLEGAL_CHARS, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5f05fd52c45de56c X-Google-Attributes: gid103376,public From: jacy@mail.nownuri.net (������) Subject: Re: ObjectAda and ANSI.SYS Date: 1998/06/19 Message-ID: <358a30f1.1326293@news.snu.ac.kr>#1/1 X-Deja-AN: 364142288 Content-Transfer-Encoding: 7bit References: <35879521.65EE@ddre.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Seoul National University, Republic of Korea Newsgroups: comp.lang.ada Date: 1998-06-19T00:00:00+00:00 List-Id: On Wed, 17 Jun 1998 11:06:25 +0100, Hans Marqvardsen wrote: >I am reading Feldman&Koffman:Ada95 and would like to use their SCREEN >package on Windows NT4.0 (and also Windows 95). > >The book says I have to install ANSI.SYS first. > >Can anybody please give specific directions on how to do this? > >Thanks in advance for any help, Hans Add in your CONFIG.SYS file ... DEVICE = C:\WINDOWS\COMMAND\ANSI.SYS ... that's all Anyway you should search "ANSI.SYS" file, first. then DO apply it like above line in config.sys file. Remind!! after all those acts, U must reboot your machine :-)