added prompt user!
This commit is contained in:
parent
ba237bd8bb
commit
1824c7dde9
@ -9,6 +9,8 @@ if NOT EXIST wim (
|
|||||||
cd wim
|
cd wim
|
||||||
)
|
)
|
||||||
|
|
||||||
|
rem remove-apps.cmd
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo =========================================
|
echo =========================================
|
||||||
echo END of MAIN image preparation ...
|
echo END of MAIN image preparation ...
|
||||||
@ -21,7 +23,6 @@ rem start scripts
|
|||||||
for %%S in (
|
for %%S in (
|
||||||
|
|
||||||
mount-image.cmd
|
mount-image.cmd
|
||||||
remove-apps.cmd
|
|
||||||
finish-image.cmd
|
finish-image.cmd
|
||||||
|
|
||||||
) do (
|
) do (
|
||||||
|
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
@ -10,4 +10,4 @@
|
|||||||
!logmonitor.exe
|
!logmonitor.exe
|
||||||
!searchreplace.exe
|
!searchreplace.exe
|
||||||
!isuseradmin.exe
|
!isuseradmin.exe
|
||||||
|
!prompt-user.exe
|
||||||
|
BIN
tools/prompt-user.exe
Normal file
BIN
tools/prompt-user.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user