delorie.com/archives/browse.cgi | search |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
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> <slrn9n7pk3 DOT 1ghh DOT marcov AT toad DOT stack DOT nl> |
NNTP-Posting-Host: | 192.116.55.139 |
Mime-Version: | 1.0 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |