Does using the SET command add to your path

command-line-interfacewindows 7

If I want to add the java \bin to my environment variable, can I do this from the command prompt using the SET command or is that just temporary?

Best Answer

That's just temporary for the current process' environment. There's setx if you'd like to make a more permanent change.