https://superuser.com/questions/341192/how-can-i-display-the-contents-of-an-environment-variable-from-the-command-promp

You can see all env. variables using:

set
  • Works with cmd - Yes
  • Works with Windows Terminal - No

In Windows Command-Prompt see only the Path variable:

echo %PATH%