Mail Archives: djgpp/2001/04/06/12:38:47
Igor Angelovski wrote:
>
> I'm using Windows Millenium Edition, in "readme1st" from CD, wasn't option
> for setings for this edition.
>
> THIS is my modifyed AUTOEXEC.BAT file:
>
> @ECHO OFF
> set PATH=C:\DJGPP\BIN;%PATH% {This is aditional part}
> set DJGPP=C:\DJGPP\DJGPP.ENV
> path=c:\windows;c:\windows\command
First you add djgpp\bin to your path, then you change path to one not
including it. This would not work in any DOS or Windows version. When
you modify the PATH in autoexec.bat, do so _after_ all other path
settings.
--
Dan Luecking Dept. of Mathematical Sciences
luecking AT comp DOT uark DOT edu University of Arkansas
http://comp.uark.edu/~luecking/ Fayetteville, AR 72101
- Raw text -