Date: Thu, 15 Jan 1998 20:57:01 -0500 (EST) From: Jude Dashiell To: Eli Zaretskii 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 Hello Eli, I go into the djgpp directory and type djgpp . I can check tomorrow to find out if multiple instances of this file exists. One final oddity, when I start up my work system I always stop in dos 7. windows may get run, but I always stop in dos 7 because that way I'm assured of having a working computer no matter what else happens on the network. If I run the djgpp batch file and do things with djgpp or even if I just run the djgpp batch file and then start up win 95, win 95 recognizes that its system has been modified and puts an error message on the screen to that effect. On Thu, 15 Jan 1998, Eli Zaretskii wrote: > > 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? > Jude