Answers for "adding command to cmd path"

2

cmd add to path

# 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\"
Posted by: Guest on June-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language