From: Ed Freeberg Newsgroups: comp.os.msdos.djgpp Subject: Re: ANSI.SYS Date: Thu, 09 Apr 1998 16:41:48 -0500 Organization: AT&T WorldNet Services Lines: 21 Message-ID: <6gjf57$fag@bgtnsc03.worldnet.att.net> References: <352D387E DOT 712A3DE1 AT sunlink DOT net> NNTP-Posting-Host: 153.36.136.159 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Robert Robbins wrote: > Hello, > In does the function textcolor require ANSI.SYS? > Since ANSI.SYS cannot be used under Windows 95 does > it make sense to include this function? > > Robert Robbins Add the the following line to your config.sys file: DEVICE=C:\WINDOWS\COMMAND\ANSI.SYS You will find that ansi.sys does work under windows95 Ed