.
This commit is contained in:
parent
01e0a59874
commit
4c39265a58
@ -15,13 +15,15 @@ if EXIST %INIFILE% (
|
|||||||
if NOT EXIST %windir%\snapcontrol.ini (
|
if NOT EXIST %windir%\snapcontrol.ini (
|
||||||
|
|
||||||
echo putting STANDARD inifile in place ...
|
echo putting STANDARD inifile in place ...
|
||||||
copy /Y %INI_STANDARD% %windir%
|
copy /Y %INIFILE% %windir%
|
||||||
%windir%\snapcontrol /I
|
%windir%\snapcontrol /I
|
||||||
|
|
||||||
) else (
|
) else (
|
||||||
echo inifile already copied. nothing to do!
|
echo inifile already copied. nothing to do!
|
||||||
)
|
)
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user