I'm working on some .BAT stuff created in a legacy application, which uses many environment variables. I need to kwnow exactly what is every one of them (%windir%, %os%, etc.).
So I need the OFFICIAL Microsoft Documentation about the System Environment Variables of Windows (at least from the NT version).
I've reading some sites with partial iformation (there are variables abscent, such as %os%), so I really want to look at the Official info.
Searching with Google, Bing and inside the MSDN site give just reports about one or other varialbe, but no a comprehensive and centralized list of all.
Anybody knows where is that documentation available?
setin a command prompt lists quite a few, including all you mentioned. They all seem fairly easy to understand. – oKtosiTe Dec 2 '10 at 19:10