Date: Sun, 30 Jan 2000 10:45:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jeremy Thomas cc: MEESES 69 , djgpp AT delorie DOT com Subject: Re: New to DJGPP and programming,please help? In-Reply-To: <018c01bf6aab$9c548580$0100000a@athlon> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 29 Jan 2000, Jeremy Thomas wrote: > path=c:\windows;c:\;maybe some other stuff here > > What you want to do is add ;c:\djgpp\bin to that line, (assumming djgpp > is in c:\djgpp, if not use the full path to the directory where you > installed djgpp). Remember that all the paths in this line need to be > separated by a semi-colon like this: > > path=c:\windows;c:\djgpp\bin;c:\ I suggest to put c:\djgpp\bin FIRST, before the Windows directories. This will make sure you don't run, e.g., Windows' FIND.EXE instead of the (much more powerful and incompatible) version supplied with Findutils package. The same goes for SORT.EXE vs the version in GNU Textutils.