Answers for "cmd add directory to path"

2

cmd add to path

# update path only for the current session
set PATH=%PATH%;C:yourpathhere

# update the path permanently
setx /M PATH "%PATH%;C:yourpathhere"
Posted by: Guest on June-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language