This commit is contained in:
Michael H.G. Schmidt 2022-12-25 14:00:19 +01:00
parent 3bd6ea0c11
commit 92b65fab52
2 changed files with 7 additions and 4 deletions

View File

@ -17,15 +17,17 @@ for %%D in (A B D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
if EXIST %%D:\%BATCH% (
echo EXECUTING %%D:\%BATCH% ...
cd /D %%D:\
start /MIN cmd /C %BATCH%
echo start /MIN cmd /C %BATCH%
GOTO END
) else (
echo INFO: %BATCH% not found on drive %%D!
echo INFO: Calling the GUI helper to prompt the user to use a different USB port ...
prompt-user "Custom setup script NOT found! Please disconnect the USB stick and connect it to another USB port. Then click on OK."
)
)
echo INFO: Calling the GUI helper to prompt the user to use a different USB port ...
prompt-user "Custom setup script NOT found! Please disconnect the USB stick and connect it to another USB port. Then click on OK."
goto loop
:END

View File

@ -17,7 +17,8 @@ mkdir %IMAGE%\Windows\Setup\scripts 1>nul 2>nul
echo [%0] INFO: copying scripts to %IMAGE%\Windows\Setup\scripts ...
copy /Y SetupComplete.cmd %IMAGE%\Windows\Setup\scripts
copy /Y StartCustomSetup.cmd %IMAGE%\Windows\Setup\scripts
copy /Y ..\tools\prompt-user.exe %IMAGE%\Windows\Setup\scripts
copy /Y ..\tools\prompt-user.exe %IMAGE%\Windows
if %ERRORLEVEL% NEQ 0 (
echo [%0] ERROR: while copying scripts to IMAGE
exit /b