This commit is contained in:
Michael H.G. Schmidt 2023-01-16 09:02:34 +01:00
parent b6c337b0b9
commit 1d5c13bbef

View File

@ -188,10 +188,14 @@ copy /Y %TOOLS%\scripts\config\wt-settings.json %LOCALSTATE%\settings.json 1>nul
rem TOTALCOMMANDER
mkdir %APPDATA%\GHISLER 1>nul 2>nul
if NOT EXIST %APPDATA%\GHISLER\WINCMD.ini (
echo Copying standard inifile for TOTALCOMMANDER ...
copy /Y %TOOLS%\optional\config\WINCMD.ini %APPDATA%\GHISLER 1>nul 2>nul
)
if NOT EXIST %APPDATA%\GHISLER\wcx_ftp.ini (
echo Copying standard TOTALCOMMANDER ftp config file ...
copy /Y %TOOLS%\optional\config\wcx_ftp.ini %APPDATA%\GHISLER 1>nul 2>nul
)
rem THISPC
echo Adding "This PC" icon for current user on desktop Windows 10 ...