testing ...
This commit is contained in:
parent
6ebeaebb9a
commit
e1b55a043b
@ -21,7 +21,6 @@ rem start scripts
|
||||
for %%S in (
|
||||
|
||||
export-image.cmd
|
||||
remove-apps.cmd
|
||||
mount-image.cmd
|
||||
|
||||
) do (
|
||||
|
@ -20,7 +20,6 @@ echo.
|
||||
rem start scripts
|
||||
for %%S in (
|
||||
|
||||
mount-image.cmd
|
||||
remove-apps.cmd
|
||||
finish-image.cmd
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
@echo off
|
||||
exit /b
|
||||
set IMAGE=c:\TEMP\IMAGE
|
||||
|
||||
FOR /F %%P in (apps-to-remove.csv) do (
|
||||
|
Loading…
Reference in New Issue
Block a user