Date: Wed, 2 Jun 1999 09:56:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mbaccar cc: djgpp AT delorie DOT com Subject: Re: question on filename assignment In-Reply-To: <19990601014235.15142.00002499@ng-fj1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 1 Jun 1999, Mbaccar wrote: > cp hello.c 12345678a.c > cp hello.c 12345678b.c > > I only find a single copy 12345678.c > > How does this work, is this a simple filename truncation to 8..3? If that was on plain DOS or on Windows NT, then yes, the underlying OS functions transparently truncate the file names to 8.3. If that was on Windows 9X, then you need to enable the long file name support (set LFN=y in the environment).