Message-ID: <004d01c20624$6acbddd0$0102a8c0@acceleron> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: References: Subject: Re: emacs under w2k Date: Tue, 28 May 2002 18:47:25 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com > > 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? Yes. > Does it work if you remove the @ from "echo"? (FWIW, I don't really > understand why did you use @echo in the first place.) The first line does work if I remove the @ from echo, but the line where the check is in quotes still fails. Don't know why. I am used to adding the @ from the MS-DOS days so that the command is silent and only the text that I want to display is displayed. Andrew