testing ...

This commit is contained in:
Michael H.G. Schmidt 2022-12-29 11:47:49 +01:00
parent 6ebeaebb9a
commit e1b55a043b
3 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@ rem start scripts
for %%S in ( for %%S in (
export-image.cmd export-image.cmd
remove-apps.cmd
mount-image.cmd mount-image.cmd
) do ( ) do (

View File

@ -20,7 +20,6 @@ echo.
rem start scripts rem start scripts
for %%S in ( for %%S in (
mount-image.cmd
remove-apps.cmd remove-apps.cmd
finish-image.cmd finish-image.cmd

View File

@ -1,5 +1,4 @@
@echo off @echo off
exit /b
set IMAGE=c:\TEMP\IMAGE set IMAGE=c:\TEMP\IMAGE
FOR /F %%P in (apps-to-remove.csv) do ( FOR /F %%P in (apps-to-remove.csv) do (