You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Call this batch file with the build directory as the argument
cd %1
call findddk.bat
if "%ddk_path%"=="no ddk" goto end
set winqual_path="c:\program files\microsoft winqual submission tool 2"
if not exist %winqual_path% if exist "c:\program files\microsoft winqual submission tool" set winqual_path="c:\program files\microsoft winqual submission tool"