From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and Windows 2000 Date: Fri, 10 Aug 2001 17:05:40 +0300 Lines: 11 Message-ID: <3B73EA34.68DFEB32@is.elta.co.il> References: <09D1E9BD9C30D311919200A0C9DD5C2C03E08992 AT mcaexc01 DOT msj DOT maxtor DOT com> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 997452360 7322189 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Marco van de Voort wrote: > > If you have problems with Win2000 with environment variables, please keep > in mind that Win2000 doesn't auto-uppercases env var names. Yes, it does--but only for DOS programs (including DJGPP). For example, if you type "set" from the W2K shell prompt, you will see "Path", not "PATH". But inside a DJGPP program, the environ[] array will hold "PATH", in all caps. This isn't something new with W2K, NT4 does the same.