This commit is contained in:
Michael H.G. Schmidt 2023-03-12 11:28:34 +01:00
parent 831d09ac1a
commit 20aed4de9a

View File

@ -8,12 +8,14 @@ set INI_COMPANY=..\company\snapcontrol.ini
echo ####### %0 #######
echo moving snapcontrol binary to [ %windir% ] ...
move /Y %TOOLS%\snapcontrol.exe %windir% 2>nul
if EXIST %INI_COMPANY% (
if NOT EXIST %windir%\snapcontrol.ini (
echo putting COMPANY inifile in place ...
copy /Y %INI_COMPANY% %windir%
move /Y %TOOLS%\snapcontrol.exe %windir% 2>nul
%TOOLS%\searchreplace %windir%\snapcontrol.ini "__COMPUTERNAME__" "%COMPUTERNAME%"
%windir%\snapcontrol /I
) else (
@ -27,7 +29,6 @@ if EXIST %INI_COMPANY% (
if NOT EXIST %windir%\snapcontrol.ini (
echo putting STANDARD inifile in place ...
copy /Y %INI_STANDARD% %windir%
move /Y %TOOLS%\snapcontrol.exe %windir% 2>nul
%windir%\snapcontrol /I
) else (
echo inifile already copied. nothing to do!