cmd add to path

Shell
#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\"set PATH=%PATH%;C:\your\path\here\
Source

Also in Shell: