X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: =?ISO-8859-1?Q?Rafael_Garc=EDa?= Newsgroups: comp.os.msdos.djgpp Subject: getenv and lowercase variables Date: Thu, 21 Jul 2005 11:55:01 +0200 Organization: Telefonica Data Espagna Lines: 9 Message-ID: NNTP-Posting-Host: 208.red-81-37-207.pooles.rima-tde.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nsnmpen3-gest.nuria.telefonica-data.net 1121939692 28381 81.37.207.208 (21 Jul 2005 09:54:52 GMT) X-Complaints-To: usenet AT nsnmpen3-gest DOT nuria DOT telefonica-data DOT net NNTP-Posting-Date: Thu, 21 Jul 2005 09:54:52 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: es-es, es To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I cannot find how to get lowercase environment variables (eg "windir") under WindowsXP getenv("PATH") gives "c:\...." OK getenv("path") gives NULL OK getenv("WINDIR") gives NULL OK getenv("windir") gives NULL Don't understand Thank you