I am trying to set the PATH environment variable in windows 7 using a bat-file; however it does not seem to work.
I am using this windows command:
se
Use This command setx PATH "%PATH%;%MVN_HOME%\bin\"
Anyways it wont be set in current session you need to use
set PATH="%PATH%;%MVN_HOME%\bin\"