organizing and new DbgView.script Q-Dir.script PreviousFilesRecovery.script

This commit is contained in:
Homes32
2020-10-23 22:37:13 -05:00
parent 11aef7e96a
commit c9197e4caf
29 changed files with 1050 additions and 72 deletions

View File

@@ -192,7 +192,7 @@ Halt,"The build cannot continue because [ #1 ] is missing."
// ===============================================================================================================================
[GetWaikTools]
Echo,"Downloading required tools from Windows 10 ADK...#$x#$xThis will only need to be done once."
ShellExecute,Open,"%Tools%\GWT.exe","-Win10 -Win10Dism -Silent -folder:%ProjectTemp%"
ShellExecute,Open,"%Tools%\%HostArch%\GWT.exe","-Win10 -Win10Dism -Silent -folder:%ProjectTemp%"
DirCopy,"%ProjectTemp%\ADK_6\x86\*.*","%Tools%\x86"
DirCopy,"%ProjectTemp%\ADK_6\amd64\*.*","%Tools%\x64"
If,Not,ExistFile,"%Tools%\x64\Oscdimg\oscdimg.exe",Halt,"Error downloading required Windows 10 ADK tools. The build cannot continue."