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%
You can see all env. variables using:
set
In Windows Command-Prompt see only the Path variable:
echo %PATH%