How would you add (not change) to the user PATH variable using setx
?
I am trying the following:
setx PATH "%PATH%;C:\Users\bearc\Downloads\pathTesting"
But it only changes the whole path variable to the system path, then the path just added e.g pathTesting.
How would I add to this variable and not change it?
Eventually I will add this to my C# program but yeah.
Thanks, Henry.