From: "smile773" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: dos color ? Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Thu, 15 Jun 2000 01:55:55 GMT NNTP-Posting-Host: 12.72.4.32 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc04-news.ops.worldnet.att.net 961034155 12.72.4.32 (Thu, 15 Jun 2000 01:55:55 GMT) NNTP-Posting-Date: Thu, 15 Jun 2000 01:55:55 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thankyou very much ! Each one of you has made a significant comment about modifying this application. The author Chris Jones wrote to me to confer this saying, about textcolor(white) textbackground(blue) add near the beginning of the main function somewhere such as lines reading textcolor(15); textbackground(1); He also explained that that parsing for Utility in the string to change the string to green: Utility_dos_directory_long_file_names_ver102=lfndos.exe would not work because dos handles that part. he says No, because the directory listing is displayed by DOS, so lfndos has nothing to do with it. So now I wonder how I can use this asm code (without clr) that was posted and put it where it will always maintain the color scheme without compromising the stability of the dos kernel?