Message-ID: <3873C0D6.94C95093@caresystems.com.au> Date: Thu, 06 Jan 2000 08:08:22 +1000 From: leon X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: HELP NEWBIE References: <3872AFD0 DOT 2852D65C AT caresystems DOT com DOT au> <20000105004740 DOT 21631 DOT 00000732 AT ng-fb1 DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com XezxV wrote: > thanks LEON > OK how exactly do i set this path > I'm thinking that by editing > the autoexec.bat > put set > and then what??? > I load it djgpp on my d drive and i notice > that there is no set command on the > aoutexec.bat file ??? > if you could help , it would be great this could be wrong but give it a try: PATH=%PATH%;C:\DJGPP\BIN; set DJGPP=C:\DJGPP\DJGPP.ENV the above is relevant if you have unzipped your stuff into C:\DJGPP directory. PS perhaps you should wait for replies from some of the more experienced DOS dudes/ladies - i am not a pro (even remotely) when it comes to DOS.