From: Paul Newsgroups: comp.os.msdos.djgpp Subject: Re: Help! I can't Install Allegro Date: Sat, 07 Nov 1998 16:57:30 -0500 Organization: Prodigy Services Corp Lines: 20 Message-ID: <3644C24A.1181501D@prodigy.net> References: <3643797C DOT F01132F2 AT prodigy DOT net> <3643aba3 DOT 51848588 AT newshost DOT cc DOT utexas DOT edu> NNTP-Posting-Host: slip166-72-182-49.nc.us.ibm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Post-Time: 7 Nov 1998 22:01:51 GMT X-Auth-User: 002076355/80adbfa1c0a1db36 X-Problems-To: abuse AT prodigy DOT net X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Actually, what I had to do was add %PATH% after each senicolon in that line, though thanks for leading me on the right track. Jeramie Hicks wrote: > > On Fri, 06 Nov 1998 17:34:37 -0500, Paul wrote: > > >set PATH=C:\DJGPP\BIN;%PATH% > > You define a PATH early in your AUTOEXEC to include DJGPP... > > >PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ > > And then later on, you redefine it completely, erasing your previous > definition. > > Either swap the order of these two lines, or add %PATH% to the end of > the second one. > > - Hicks