Date: Sun, 26 May 2002 15:29:59 +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: <002701c204ae$4fa83700$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 Sun, 26 May 2002, Andrew Cottrell wrote: > The testing shows that the command interpreter cmd.exe works fine, but the > other command interpreter command.com does not work correctly. I'm not sure: all I need is that if the file dj204\djgpp.env exists that both cmd.exe and command.com will invoke "@echo here". Can you confirm that this is the case? (The error message Bad command or file name does not really bother me; what's important is that the command conditioned on the "if exist" is run when the file exists and is not run when it doesn't.)