Hi,

Can anybody give the list of environment variable functions list. For eg. getenv() is one function which can catch the environment variable from the system.

Thanks for your help in advance.

Recommended Answers

All 3 Replies

Can anybody give the list of environment variable functions list.

There's only one environment variable function on windows and that is getenv(). FYI: When entering the environment variable, it is entered like getenv("TMP") not getenv("%TMP%").

Did you mean you wanted the list of variables?
http://libertyboy.free.fr/computing/reference/envariables/index.php

Hi Joe,

Yea you are write. I want the list of variable used in windows.

HI Joe,

Thanks for the link

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.