Skip to content

Instantly share code, notes, and snippets.

@BlazerYoo
Created June 15, 2021 21:33
Show Gist options
  • Save BlazerYoo/417eb382fce5c1b63ef746b74fa09e8a to your computer and use it in GitHub Desktop.
Save BlazerYoo/417eb382fce5c1b63ef746b74fa09e8a to your computer and use it in GitHub Desktop.
Append (add to end) to path
set PATH=%PATH%;C:\your\path\here\
setx /M PATH "$($env:path);C:\your\path\here\"
PATH=$PATH:~/your/path/here/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment