Message-ID: <3663102F.2F486A04@montana.com> Date: Mon, 30 Nov 1998 14:37:51 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: New user with problems References: <3662f72c DOT 11309912 AT read DOT news DOT global DOT net DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Joe90 wrote: > > set PATH=E:\DJGPP\BIN;%PATH% > set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND; you second 'set' command trashes any other path you might have had. It is also recommended that djgpp is the first in the path. try, > set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;%PATH% > set PATH=E:\DJGPP\BIN;%PATH%