diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index 3d88afb..9b28fe1 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -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 #####################