From: ndm AT shore DOT net (Norman D. Megill) Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp loses characters when pasting to DOS Organization: Shore.Net; a service of Eco Software, Inc. (info AT shore DOT net) Lines: 22 Message-ID: <78f19v$i5s@northshore.shore.net> References: Date: 24 Jan 1999 06:48:15 -0500 NNTP-Posting-Host: 192.233.85.1 X-Complaints-To: abuse AT shore DOT net X-Trace: news.shore.net 917178495 192.233.85.1 (Sun, 24 Jan 1999 06:48:15 EDT) NNTP-Posting-Date: Sun, 24 Jan 1999 06:48:15 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , Eli Zaretskii wrote: > >Windows doesn't care whether it's AS.EXE or as.exe or aS.eXe--all file >operations are case insensitive. > Standard Windows utilities might not care, but the OS itself definitely makes a distinction - the mere fact that they are displayed with lower case in one instance and upper case in the other shows the OS internally made a distinction. It is applications that may or may not care: e.g. with my gnu port of "ls" I see D:\mm>ls *.M MLADEN.M WOS.M D:\mm>ls *.m dan.m e.m miscellaneous.m mladen2.m Indeed, this inconsistent treatment drives me nuts. --Norm