bugfix
This commit is contained in:
parent
831d09ac1a
commit
20aed4de9a
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user