testing ...
This commit is contained in:
parent
6ebeaebb9a
commit
e1b55a043b
@ -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 (
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user