Published
- 1 min read
cmd add to path
The solution for this is noted below
cmd add to path
Solution
# 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\"
Try other methods by searching on the site. That is if this doesn’t work