added boot.wim to usb stick ...

This commit is contained in:
Michael H.G. Schmidt 2021-03-17 13:05:50 +01:00
parent b2d06a7539
commit 4c2e3e4fae
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
@echo off
set SOURCES=c:\TEMP\W10\sources
set BOOT=boot.wim
set IMAGE=install_FINAL.esd
set ALTIMAGE=install_FINAL_lastrun.esd
@ -45,6 +46,10 @@ set answer=
goto ask
:CONT
echo.
echo copying [ %BOOT% ] to drive %USBDRIVE% ...
robocopy %SOURCES% %USBDRIVE%\sources %BOOT% /J /NJH
if EXIST %SOURCES%\%IMAGE% (
echo.

3
tools/st.cmd Normal file
View File

@ -0,0 +1,3 @@
@echo off
git status