Mail Archives: djgpp/2001/07/27/02:05:23
Hwrd121 wrote:
>
> I am trying to install DJGPP, I went to change my autoexec.bat file as the
> documentation says
>
> set PATH=C:\DJGPP\BIN;%PATH%
> set PATH=C:\DJGPP\DJGPP.ENV
>
> I am using windows ME and Using notepad as a text editor, I add these lines,
> save it then close out and reboot. When I reboot the first line that I added
> has been removed from my autoexec.bat file. how do I get this to stick?
By actually prepending 'C:\DJGPP\BIN;' to the existing 'set PATH'; WinME
allows
a variable to be defined only once in autoexec.bat, so setting PATH to
'blah;%PATH%' won't work. So you'll probably end up with
set PATH=C:\DJGPP\BIN;C:\WINDOWS\COMMAND;C:\WINDOWS
Also, in the second line, you should be saying
set DJGPP=C:\DJGPP\DJGPP.ENV
^^^^^
--
Tim Van Holder - Anubex N.V.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
This message was posted using plain text. I do not endorse any
products or services that may be hyperlinked to this message.
- Raw text -