Date: Sun, 7 Feb 1999 12:02:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: DJGPP In-Reply-To: <79cvr7$3bt$3@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 4 Feb 1999, Martin Stromberg wrote: > You mean DJGPP, I hope. Environment variables might be (I don't know as > it's NT you are talking about) case sensitive. Environment variables are *always* case-sensitive, even in plain DOS. However: - DOS and Windows 3.X/9X won't let you set lower-case variables from the command line (they automatically upcase the variable name); - NT *does* let you use lower-case letters, but DOS programs (including DJGPP) get a copy of the environment where all variables are upcased (otherwise Path and ComSpec would break a lot of DOS programs). So I don't think this aspect matters in this case.