X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sun, 5 Jul 2009 00:37:48 -0400 (EDT) From: Jude DaShiell To: djgpp AT delorie DOT com Subject: Re: Setting screen In-Reply-To: <4a20fa75$0$1119$4fafbaef@reader4.news.tin.it> Message-ID: References: <4a20fa75$0$1119$4fafbaef AT reader4 DOT news DOT tin DOT it> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At this stage in the game, that's probably best done with a small program not a command. There are at least three different console driver packages for dos in use ansi.sys nansi.sys and fansi.sys . The first thing a program would have to do is read through config.sys and find out which of these is in use then the program would have to send the correct escape sequences to the console for this to happen. For now I'm using a Linux box and haven't got my copy of ansi.txt on this machine and didn't learn enough of nansi.sys or fansi.sys to be able to help in that area at all. On Sat, 30 May 2009, Z.zen wrote: > > Hi @ all > > which command should be used to set the screen > color and 80 columns. > > > Thank you > > Regards > > > >