Date: Thu, 8 Jan 1998 10:50:12 +0200 (IST) From: Eli Zaretskii To: Kurt Wall cc: djgpp AT delorie DOT com Subject: Re: Environment Variables In-Reply-To: <34B4430F.FC69B5FA@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 7 Jan 1998, Kurt Wall wrote: > > set DJGPP=C:\DJGPP\DJGPP.ENV > It _should_ say: > set DJGPP=C:/DJGPP/DJGPP.ENV... No, it does NOT. The DJGPP environment variable can be set using either style of the slashes, and both should work. If the backslash variant doesn't work for you, your installation is somehow incorrect. For example, if you messed up the DJGPP.ENV file by editing it, the backslashes could stop working. IMHO, you should look for the reason why don't the backslashes work for you, instead of ``fixing'' it with forward slashes, because the problem which caused this in the first place is still there, and it will bite you one day. In any case, please do not advise others to take this path of ``fixing'' things.