Date: Thu, 15 Jan 1998 13:09:37 +0200 (IST) From: Eli Zaretskii To: Jude Dashiell cc: djgpp AT delorie DOT com Subject: Re: peculiar win 95 behavior In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 14 Jan 1998, Jude Dashiell wrote: > @echo off > cls > set djgpp=d:/djgpp/djgpp.env > set termcap=d:/djgpp/gnu/emacs/etc/termcap.src > set term=pcansi > set path=d:\djgpp;d:\djgpp\bin;d:\djgpp\gnu\emacs\bin;%path% Amazing! All commands in this batch file are built into COMMAND.COM, so how in the world can this say "Bad command or file name"? Are you sure that this is the batch file that runs? Could it be that there is another batch file that goes by the same name somewhere in another directory? How is this batch file called?