Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #cmd #add #path
ADD COMMENT
Topic
Name
6+5 =