Environment variable in Windows
This tutorial is about creating environment variables in Windows using command prompt (CMD).
To create an environment variable
To print environment variable
To list all environment variables
To append to existing environment variable (appending newly installed package to PATH env)
Note: set is not case sensitive, you can also use SET.
Last updated
Was this helpful?