Message-ID: <3ACDF0FF.FBE47C86@uark.edu> Date: Fri, 06 Apr 2001 11:38:23 -0500 From: "Luecking, Daniel Henry" Organization: University of Arkansas X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Subject: Re: Help! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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