I need to write a script to set the bin path in the environment variable in windows. I found the solution here Shell script to set environment variables permanently However I'm looking for how to append the value in the PATH variable in system variables in windows os.
spring-boot-cli-2.4.0-bin\spring-2.4.0\bin
I'm new to shell script. Can someone help? Thanks!