The windows v7.1 SDK has a SetEnv.Cmd
script in its binary folder to correctly setup its environment. The problem is this script obviously only works with cmd.exe
and I can't find an equivalent for powershell anywhere.
So am I forced to use cmd.exe or is there a way to use powershell (apart from manually rewriting the SetEnv.Cmd script - if even that would work?).