Date: Tue, 12 Nov 2002 08:18:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: My NT installation wants '\' in the dir command In-Reply-To: <3DD00D18.4E4880F0@lmco.nospam.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 11 Nov 2002, JMK wrote: > 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 Try dir "c:/dirA/dirB/filename.ext" instead (note the quotes: they are essential).