12
Q:

cmd add to path

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

New to Communities?

Join the community