Answers for "how to use to add path in command prompt"

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 "how to use to add path in command prompt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language