Hopefully this is an easy answer...
I want to append a path to the global system path, permanently.
I'm already familiar with using:
SET PATH=c:\whatever\here;%PATH%
But this only seems to set the path while that command window is open, how do I make this change apply to the system permanently?
Thanks!
I want to append a path to the global system path, permanently.
I'm already familiar with using:
SET PATH=c:\whatever\here;%PATH%
But this only seems to set the path while that command window is open, how do I make this change apply to the system permanently?
Thanks!