I want to make a batch file for setting the %PATH% environment variable permanently - ie adding a value to the path permanently (in Windows XP).
|
|
|||
|
|
|
On more recent OSes you can use |
|||
|
|
|
My-Computer - Properties, Advanced system settings -> environment variables. Set it there. (I hope that I got the right path here) |
||
|
|
|
You can use setx.exe to set environment variables from a batch file or command line. I believe it's included with Vista and 7. For XP, you can find it in the SP2 Support Tools. |
||
|
|
|
|
you can use vbscript (or command line reg) to change the PATH environment variable eg vbscript
|
||
|
|
