Advertisement
metalx1000

CMD command to add to PATH variable

Jun 15th, 2017
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.10 KB | None | 0 0
  1. #Windows CMD command to add directory to PATH permanently
  2. setx path "%path%;C:\Program Files\Git\bin\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement