bugfix
This commit is contained in:
parent
3bd6ea0c11
commit
92b65fab52
@ -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% (
|
if EXIST %%D:\%BATCH% (
|
||||||
echo EXECUTING %%D:\%BATCH% ...
|
echo EXECUTING %%D:\%BATCH% ...
|
||||||
cd /D %%D:\
|
cd /D %%D:\
|
||||||
start /MIN cmd /C %BATCH%
|
echo start /MIN cmd /C %BATCH%
|
||||||
GOTO END
|
GOTO END
|
||||||
) else (
|
) else (
|
||||||
echo INFO: %BATCH% not found on drive %%D!
|
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
|
goto loop
|
||||||
|
|
||||||
:END
|
:END
|
||||||
|
@ -17,7 +17,8 @@ mkdir %IMAGE%\Windows\Setup\scripts 1>nul 2>nul
|
|||||||
echo [%0] INFO: copying scripts to %IMAGE%\Windows\Setup\scripts ...
|
echo [%0] INFO: copying scripts to %IMAGE%\Windows\Setup\scripts ...
|
||||||
copy /Y SetupComplete.cmd %IMAGE%\Windows\Setup\scripts
|
copy /Y SetupComplete.cmd %IMAGE%\Windows\Setup\scripts
|
||||||
copy /Y StartCustomSetup.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 (
|
if %ERRORLEVEL% NEQ 0 (
|
||||||
echo [%0] ERROR: while copying scripts to IMAGE
|
echo [%0] ERROR: while copying scripts to IMAGE
|
||||||
exit /b
|
exit /b
|
||||||
|
Loading…
Reference in New Issue
Block a user