.
This commit is contained in:
parent
05f6600b9a
commit
7e17c0bb06
@ -39,7 +39,7 @@ powershell Mount-DiskImage -ImagePath %ISOFILE%
|
|||||||
|
|
||||||
set answer=
|
set answer=
|
||||||
:askyes
|
:askyes
|
||||||
set /p answer="COPY windows image (WIM) files (Y/N)? "
|
set /p answer="copy windows image (WIM) files (Y/N)? "
|
||||||
if /i "%answer:~,1%" EQU "Y" (
|
if /i "%answer:~,1%" EQU "Y" (
|
||||||
echo copying files from image to targetpath %USBDRIVE% ...
|
echo copying files from image to targetpath %USBDRIVE% ...
|
||||||
robocopy \\.\CDROM0 %USBDRIVE% /MIR /256 /NFL /NDL /R:10
|
robocopy \\.\CDROM0 %USBDRIVE% /MIR /256 /NFL /NDL /R:10
|
||||||
|
Loading…
Reference in New Issue
Block a user