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