Date: Mon, 11 Nov 2002 15:34:46 -0500 Message-Id: <200211112034.gABKYke16497@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3DD00D18.4E4880F0@lmco.nospam.com> (message from JMK on Mon, 11 Nov 2002 12:03:36 -0800) Subject: Re: My NT installation wants '\' in the dir command References: <3DCC16AF DOT C3FEB582 AT lmco DOT nospam DOT com> <3DD00D18 DOT 4E4880F0 AT lmco DOT nospam DOT com> 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 > When I did the installation of djgpp, I did successfully get > longfilename support as evidenced by doing a dir and finding Since "dir" is not a djgpp command, using "dir" to see if you have long file name support is meaningless. Use djgpp's "ls" to see for sure. For similar reasons, you should always use djgpp's "unzip" program to install djgpp.