Date: Mon, 24 Jun 1996 08:12:16 +0200 (IST) From: Eli Zaretskii To: RockSolid Cc: djgpp AT delorie DOT com Subject: Re: Four Trivial Questions and a Partridge in a Pear Tree In-Reply-To: <31CDCE66.7E6B@wave.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 23 Jun 1996, RockSolid wrote: > I want to move DJGPP from it's current directory in D:\DJGPP to > D:\GARAGE\DJGPP. I can't figure out what files to alter to get it running > right. I changed the line in DJGPP.ENV: > > DJDIR=%:/>DJGPP% Don't change DJGPP.ENV! Just put into your AUTOEXEC.BAT this line: set DJGPP=D:/GARAGE/DJGPP/DJGPP.ENV (This environment variable should point to the full pathname of DJGPP.ENV on your system.) After that, DJGPP should work correctly, no matter in what directory it is installed. > What is the correct syntax or what do I need to do to move my big DJGPP > directory. For a full explanation of the DJGPP.ENV syntax, see the following URL: http://www.delorie.com/djgpp/doc/kb/kb_7.html#SEC7 And please download the file v2/faq200b.zip from the same place you get DJGPP and read the DJGPP FAQ whenever you have any question or problem. Most of the questions you asked are already answered there.