Mail Archives: djgpp/1999/03/04/19:25:45.1
John L Meyer wrote:
> put your PATH and DJGPP variables as the higest items in your autoexec.bat file.
Bad idea, in this case. If the SET PATH=C:\DJGPP\BIN;%PATH% is moved
above the other SET PATH, the second SET will replace the first, unless
%PATH% is related to it.
Putting the DJGPP stuff first is a good idea in general, since one often
has non-returning programs at the end (like `win'), but in this case
such was clearly not at issue.
And please don't post in HTML.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -