From: Jeramie DOT Hicks AT mail DOT utexas DOT edu (Jeramie Hicks) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help! I can't Install Allegro Date: Sat, 07 Nov 1998 02:10:24 GMT Organization: The University of Texas at Austin, Austin, Texas Lines: 15 Message-ID: <3643aba3.51848588@newshost.cc.utexas.edu> References: <3643797C DOT F01132F2 AT prodigy DOT net> NNTP-Posting-Host: resnet-22-134.dorm.utexas.edu X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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