To: djgpp AT delorie DOT com Date: Wed, 08 Mar 2000 03:51:22 0000 From: "nimrod a. abing" Message-ID: Mime-Version: 1.0 Cc: mmcmillan AT charter DOT net X-Sent-Mail: off X-Mailer: MailCity Service Subject: Re: autoexe.bat lines X-Sender-Ip: 208.160.246.197 Organization: QUALCOMM Eudora Web-Mail (http://www.eudoramail.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On Tue, 7 Mar 2000 20:13:34 matt wrote: >after adding path=c:\djgpppbin;%path% >& djgpp=c:\djgpp\djgpp.env > > >what else should be in the autoexe.bat --- the file is named autoexec.bat ^^^^^^^^^^^^ and it should be in the root directory of your bootable hard disk. If your bootable hard disk is c: there should be a file there called autoexec.bat. as for the path and djgpp environment variable, set it like this (given that you installed djgpp in c:\djgpp\bin): set path=c:\djgpp\bin;%path% set djgpp=c:\djgpp\djgpp.env the first line adds c:\djgpp\bin to the first part of your path specification, if you already specified one somewhere at the top of your autoexec.bat. --- >i see other new autoexe.bat line after installing djgpp am i missing any or >need to remove any ?thks for any help. > --- make sure that you add the lines at the _last_ part of your autoexec.bat if you already have one, just to be safe. --- nimrod_a_abing ---------------- Hot Windows Tip: ---------------- How to free up at least 300 MB of hard disk space (as seen from the MS-DOS prompt): C:\>deltree c:\windows Delete directory "Windows" and all its subdirectories? [yn] y Deleting Windows... C:\> (don't try this at home kids... not unless you have Linux installation CDs) Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com