Comment on How to add a directory to your PATHparentComments−forgotpwd161yDon't even have to use GUI. Can do: setx path "%path%;C:\own\path\" Sadly this has no error checking so it may mess things up. But it's an option.−p_ing1yRight, but that's not easier, it's quicker. You need to know about setx, the path argument, and how to properly set a new path.
Comments
Don't even have to use GUI. Can do:
Sadly this has no error checking so it may mess things up. But it's an option.Right, but that's not easier, it's quicker. You need to know about setx, the path argument, and how to properly set a new path.