- Command : echo %Path Name%
- Description : Show environment variables (paths) which are set for the Path Name
- Example : echo %PYTHONPAT%
This example command shows the environment variables (paths) of PYTHONPATH
- Command : setx Path Name "folder route 1;folder route2;folder route3;..."