To view all environment variables
set
To view a specific environment variable, use one of the following
set VARIABLE
echo %VARIABLE%
To set an environment variable
set VARIABLE=VAUE
To view all environment variables
set
To view a specific environment variable, use one of the following
set VARIABLE
echo %VARIABLE%
To set an environment variable
set VARIABLE=VAUE