From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: about: DOS FILE NAMES LIMITED TO 8 CHARS Date: Sun, 02 Mar 2003 13:06:55 CST Organization: Rice University, Houston TX Lines: 14 Message-ID: <3e62564f.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1046632281 29838 128.42.105.3 (2 Mar 2003 19:11:21 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 2 Mar 2003 19:11:21 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > DJGPP can accept long file names under Win9x (and other OSes that implement > the Win9x LFN API). I don't think it can under WinNT, unless thay've added > the LFN API to the DOS BOX in later versions of WinNT. ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/ntlfn08b.zip can be used to provide LFN API services to the DOS box. Windows 2000 and Windows XP are the "later" versions of WinNT and they provide the LFN API (with a few bugs). You can also run the LFN TSR above under Windows 2000 and XP. There are also LFN API TSRs available for DOS - but I haven't used any of them enough to make a recommendation.