From: JMK Newsgroups: comp.os.msdos.djgpp Subject: Re: My NT installation wants '\' in the dir command Date: Mon, 11 Nov 2002 12:03:36 -0800 Organization: Lockheed Martin Corporation Lines: 39 Message-ID: <3DD00D18.4E4880F0@lmco.nospam.com> References: <3DCC16AF DOT C3FEB582 AT lmco DOT nospam DOT com> NNTP-Posting-Host: 129.197.49.226 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sinan, Thanks for the response. What I was trying to illustrate was that if you type a dir command in a dos window in Win2000 or NT, > dir c:/dirA/dirB/filename.ext will not work but > dir c:\dirA\dirB\filename.ext does work on my computer. When I did the installation of djgpp, I did successfully get longfilename support as evidenced by doing a dir and finding sysmacros.h instead of sysmacro.h per the installation instruction in the README.1st file contained in djgpp. It turns out that there is a long filename problem on NT (support was just not included with NT!) which is addressed by the NTLFN08b.zip file and made my compilation work. FWIW, I did not know that you can use either "cmd" or "command.com" in the Run window to launch DOS. I know they are different, and it appears that not knowing about the difference can cause confusion also. But thank you again for discussing the issue -- it helps. Jeff