I am using a SETX in a batch file then I have to call another batch file because the window has to close before the new environment variable will set.
I know there are about 15 better ways to do this but I write some killer batch files and I just need this one VBS
It needs to call setx with the parameters that I have, then needs to call a batch file. That's all.
I am trying to deploy this in one Install file so the users won't be confuzzled about a bunch of things to do.