Date: Mon, 27 May 2002 16:16:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andrew Cottrell cc: djgpp-workers AT delorie DOT com Subject: Re: emacs under w2k In-Reply-To: <001101c2057f$e21a8710$0102a8c0@acceleron> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 27 May 2002, Andrew Cottrell wrote: > The following two tests fail, they do not echo anything:- > command.com /c if exist \DJ204\djgpp.env @echo here1 > command.com /c if exist "\DJ204\djgpp.env" @echo here2 I assume \dj204\djgpp.env does exist, right? Does it work if you remove the @ from "echo"? (FWIW, I don't really understand why did you use @echo in the first place.)