To display value of environment variables in command prompt in windows use the following command
echo %variable_name%
For example to display the value of CLASSPATH variable type
echo %CLASSPATH%
Tips, links, solutions for your IT problems
To display value of environment variables in command prompt in windows use the following command
echo %variable_name%
echo %CLASSPATH%
No comments:
Post a Comment