This commit is contained in:
Michael H.G. Schmidt 2021-03-28 00:41:45 +01:00
parent e6a502f021
commit 20ba564de3

View File

@ -30,6 +30,9 @@ if EXIST %ESD% (
if EXIST %WIM% (
rem cleanup ...
del /F %W10PRO% 1>nul 2>nul
echo.
echo INFO: found %WIM%
@ -41,6 +44,7 @@ if EXIST %WIM% (
/Compress:Max ^
/CheckIntegrity
attrib -R %WIM%
move /Y %W10PRO% %WIM%
echo all done >%STATEFILE%