Hi
RobbieMenu "Mark > Compare Directories" is to compare the both current visible folders for files only.
For all internal TC commands see "TOTALCMD.INC" (select and press F3)
There search for 'comp' and you will find
cm_CompareDirs=533;Compare dirs
cm_CompareDirsWithSubdirs=536;Also mark subdirs not present in other dir
"cm_CompareDirs" you will find also in english menu file "WCMD_ENG.MNU"
Create there a new line with "cm_CompareDirsWithSubdirs"
MENUITEM "&Compare Directories\tShift+F2", cm_CompareDirs
MENUITEM "Compare Directories with sub dirs", cm_CompareDirsWithSubdirs
(the keyboard shortcut mentioned there is just plain text w/o function. To assign one go to "Configuration > Options... > Misc."
Or use "cm_CompareDirsWithSubdirs" from an button or at the TC own command line.
Or take a look at petermad's extented language files found at >>
viewtopic.php?t=33740HTH?
Statistics: Posted by Stefan2 — 2020-03-19, 12:51 UTC