Date: Fri, 1 Aug 1997 10:25:21 -0700 (PDT) Message-Id: <199708011725.KAA16376@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: odaniel AT tstt DOT net DOT tt From: Nate Eldredge Subject: Re: DJGPP Installation Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >Dear Sir/Madam No need to be so formal! We're all friends here on this list ;-) > >I wanted >to know where exactly in my autoexec.bat file do I put the line > > DJGPP=C:\DJGPP\DJGPP.ENV > >I'm guessing that the line > > PATH=C:\DJGPP\BIN;%PATH% > >can go at the end of the path statement already in the file. Make that SET DJGPP=C:\DJGPP\DJGPP.ENV and it's probably safest to put it at the top. And yes, the new path can be added to your existing PATH. Separate them by semicolons, and be sure the line doesn't go over 128 characters (DOS won't be happy). Enjoy DJGPP! Nate Eldredge eldredge AT ap DOT net