To print environment variable in cmd, use: ```cmd echo %VAR% ``` where `VAR` is variable name you want to print.