But yesterday I tried backing up the base dir and starting from a fresh install, just to find if there were differences that may be affecting TC operation/performance/compatibility.
I found some differences and wonder if:
- These files are deprecated and can all be safely removed?
[edit] For TCKEYHANDLER*.dll and EVERYTHING*.dll I found this thread and this one and also this one. They are seemingly obsolete.Code: Select all
REGISTER.rtf (a very old registration form I keep just for nostalgia) TCKEYHANDLER.DLL TCKEYHANDLER64.DLL both dated from 2020/03 TOTALCMD.GID TOTALCMD.HLP Replaced by the updated TOTALCMD.chm help file EVERYTHING32.DLL EVERYTHING64.DLL I understand today TC uses the Everything service and not these?
As suggestion, the TC installer could take action on these leftover files from previous beta and older versions, but no longer needed by updated versions. (perhaps by keeping an internal list of deprecated files for deletion) - Formerly I had a physical wincmd.ini in TC's base dir that is not used (the user profile wincmd.ini file is being used instead),
Code: Select all
wincmd.ini
BUT the fresh install shows WINCMD.ini symlinked to the user profile WINCMD.ini.
Was this done by the installer?
Does it work (symlink) properly when the ini file is called TOTALCMD.ini in the user profile folder? - Also I found I had WINCMD.ini and TOTACMD.ini files in TC's base dir besides the WINCMD.ini file in my profile dir. I bet the profile dir takes precedence over the others, but can anybody confirm this and also confirm which (TOTALCMD.ini or WINCMD.ini) file has priority over the other when both are present?