Date: Wed, 5 Jun 1996 07:50:34 +0200 (IST) From: Eli Zaretskii To: Prasanth Kumar Cc: djgpp AT delorie DOT com Subject: Re: Configuring DJGPP environment In-Reply-To: <31B3B373.2ED8F277@best.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 3 Jun 1996, Prasanth Kumar wrote: > lot of memory. I also needed to set the TMP_DIR variable That's `TMPDIR', not `TMP_DIR'. > if I remember correctly. My question is whether the TMP_DIR > variable is supposed to be in the dos prompt environment or > in the file djgpp.env (or something like that) ? You can use either. DJGPP.ENV already sets TMPDIR, but you can change that line to point to your RAM disk. If you set it from the DOS prompt, it will override the value inside DJGPP.ENV (that's what that `+' sign at the beginning of line is for).