diff options
author | breadcat | 2020-07-13 04:07:29 +0100 |
---|---|---|
committer | breadcat | 2020-07-13 04:07:29 +0100 |
commit | 8cca3060a1078c6af31452c90a474e8692e6f130 (patch) | |
tree | bea688e3a0b4fa04fa87edc314d988b06909eb9d /win10-prep.bat | |
parent | 4caed47bbc9353bcaa3e79622ebfd14d55bff79f (diff) | |
download | win10-prep-8cca3060a1078c6af31452c90a474e8692e6f130.tar.gz win10-prep-8cca3060a1078c6af31452c90a474e8692e6f130.tar.bz2 win10-prep-8cca3060a1078c6af31452c90a474e8692e6f130.zip |
Alter whitespace in status messages
Diffstat (limited to 'win10-prep.bat')
-rw-r--r-- | win10-prep.bat | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win10-prep.bat b/win10-prep.bat index 3d6dc96..c93e896 100644 --- a/win10-prep.bat +++ b/win10-prep.bat @@ -25,21 +25,21 @@ if %errorLevel% == 0 ( ) rem Process -<NUL set /p=:: System Tweaks... +<NUL set /p=:: System Tweaks... call :system_tweaks > nul -echo done -<NUL set /p=:: Registry Tweaks... +echo. done +<NUL set /p=:: Registry Tweaks... call :registry_tweaks > nul -echo done -<NUL set /p=:: Removing Software... +echo. done +<NUL set /p=:: Removing Software... call :remove_software > nul -echo done -<NUL set /p=:: Installing Software... +echo. done +<NUL set /p=:: Installing Software... call :install_software > nul -echo done -<NUL set /p=:: Clean Up... +echo. done +<NUL set /p=:: Clean Up... call :cleanup > nul -echo done +echo. done rem complete echo. |