cmd add path code example
Example 1: cmd add to path
# update path only for the current session
set PATH=%PATH%;C:\your\path\here\
# update the path permanently
setx /M PATH "%PATH%;C:\your\path\here\"
Example 2: add to path windows cmdline
set PATH=%PATH%;C:\your\path\here\
Example 3: windows add to path
// Windows
Settings > System > About > Advanced system settings
Environment variables