buxtonicer1
Programmer
Is there a way to set an environment variable permanently via a script ?
set Path=D:\Utils\mks\mksnt\;%Path%
This only works for the life of the shell. I know you can set the value through Control Panel > System > Advanced and so on to make it permanent.
I want to make the process dynamic. Any suggestions would be great
set Path=D:\Utils\mks\mksnt\;%Path%
This only works for the life of the shell. I know you can set the value through Control Panel > System > Advanced and so on to make it permanent.
I want to make the process dynamic. Any suggestions would be great