[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Re: djgpp and uppercase vs. lowercase file names
From: |
Eli Zaretskii |
Subject: |
Re: [Devel] Re: djgpp and uppercase vs. lowercase file names |
Date: |
Mon, 22 Nov 2004 17:56:13 +0200 |
> From: "Antoine Leca" <address@hidden>
> Cc: <address@hidden>
> Date: Mon, 22 Nov 2004 13:32:56 +0100
>
> With NT, only %windir% is defined, no %winbootdir%.
That's true, but DJGPP programs (being DOS programs, as far as Windows
is concerned), do not see %windir%, since Windows removes it from the
environment when it constructs the environment block for the DJGPP
program.
So the best method to distinguish NT/W2K/XP from DOS and 9X is by
looking at the %OS% environment variable. See my other message in
this thread.
Re: [Devel] Re: djgpp and uppercase vs. lowercase file names, Eli Zaretskii, 2004/11/22