testing ...

This commit is contained in:
Michael H.G. Schmidt 2022-12-28 20:05:37 +01:00
parent 974654b4db
commit b629967294

View File

@ -1,8 +1,6 @@
@echo off @echo off
rem this script is doing most of the work ... rem this script is doing most of the work ...
exit /b
set T=c:\TEMP set T=c:\TEMP
set TOOLS=c:\tools set TOOLS=c:\tools
set SCRIPTS=%TOOLS%\scripts set SCRIPTS=%TOOLS%\scripts
@ -27,7 +25,6 @@ mkdir %T% 1>nul 2>nul
echo cd to %SCRIPTS% ... echo cd to %SCRIPTS% ...
cd /D %SCRIPTS% cd /D %SCRIPTS%
rem SCRIPT settings ... rem SCRIPT settings ...
if EXIST settings.cmd ( if EXIST settings.cmd (
echo loading settings ... echo loading settings ...
@ -45,7 +42,6 @@ echo install_aerolite=%install_aerolite%
echo ++++++++++++++++++ echo ++++++++++++++++++
echo. echo.
rem COMPANY settings ... rem COMPANY settings ...
set mydomain= set mydomain=
if NOT EXIST %COMPANY_SETTINGS% ( if NOT EXIST %COMPANY_SETTINGS% (
@ -60,7 +56,6 @@ echo mydomain=%mydomain%
echo ++++++++++++++++++ echo ++++++++++++++++++
echo. echo.
echo ####################### echo #######################
echo ### UNPACK and COPY ### echo ### UNPACK and COPY ###
echo ####################### echo #######################
@ -82,7 +77,6 @@ rem copy some other stuff ...
call copy-executables.cmd call copy-executables.cmd
echo. echo.
echo ####################### echo #######################
echo ### MODIFICATIONS ### echo ### MODIFICATIONS ###
echo ####################### echo #######################
@ -185,7 +179,6 @@ echo removing read-only flag on tools folder ...
attrib /S /D -R %TOOLS%\* attrib /S /D -R %TOOLS%\*
echo. echo.
echo ##################### echo #####################
echo ### DISABLE tasks ### echo ### DISABLE tasks ###
echo ##################### echo #####################
@ -215,7 +208,6 @@ echo.
powershell -command .\disable-soundscheme.ps1 powershell -command .\disable-soundscheme.ps1
echo. echo.
echo ##################### echo #####################
echo ### CLEANUP tasks ### echo ### CLEANUP tasks ###
echo ##################### echo #####################