Stumped – Batch file won’t set envrionment variable
Summary The issue at hand is that a batch file is not setting an environment variable as expected. Specifically, the EDK_TOOLS_BIN variable is not being set by the edk2 toolsetup.bat file, despite the EDK_TOOLS_PATH being correctly set and printed. Root Cause The root cause of this issue is due to the way batch files handle … Read more