This commit is contained in:
Michael H.G. Schmidt 2022-12-25 14:22:12 +01:00
parent 92b65fab52
commit 58e3ef4326
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ for %%S in (
export-image.cmd
mount-image.cmd
remove-apps.cmd
remove-packages.cmd
rem remove-packages.cmd
finish-image.cmd
) do (

View File

@ -17,7 +17,7 @@ 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:\
echo start /MIN cmd /C %BATCH%
start /MIN cmd /C %BATCH%
GOTO END
) else (
echo INFO: %BATCH% not found on drive %%D!