7
3
I want to set environmental variables permanently through a batch file. Is there a command to set Permanent Environmental Variable (other than SETX) for Windows XP service pack 3?
command SETX JAVA_HOME="C:\java\jdk-1.4" is not supported in my machine. It is Windows XP service pack 3.
you mean specifically via command-line? or will a control panel suffice? – quack quixote – 2010-04-27T04:59:59.567
I want to do it through the batch file since it should be done for several machines. – e.hunnigton – 2010-04-27T05:27:51.993
You can also use
– Mark Mikofski – 2012-11-15T08:17:00.803SETX
. See this superuser post.He said specifically that setx is not an option – Jaime Hablutzel – 2013-02-13T17:34:03.503