Compare Directory by File Name ONLY
Moderators: Hacker, petermad, Stefan2, white
Compare Directory by File Name ONLY
Is there a way to compare 2 directories, but only the file names, not the contents, sizes and the dates?
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
2sqa_wizard & 2MVV
Both of your methods will mark files with same name but different size as being different - that's apparantly not what
ectimo wants.
The only way I can think of, is to copy-and-paste the filenames of the two directories (with cm_CopyNamesToClip)
to two files, and then compare the two files with cm_IntCompareFilesByContent
Both of your methods will mark files with same name but different size as being different - that's apparantly not what
ectimo wants.
The only way I can think of, is to copy-and-paste the filenames of the two directories (with cm_CopyNamesToClip)
to two files, and then compare the two files with cm_IntCompareFilesByContent
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
try the sibling field of the misc content plugin.
http://www.ghisler.ch/board/viewtopic.php?p=136116#136116
http://www.ghisler.ch/board/viewtopic.php?p=136116#136116
To compare folders? Please let us know how to configure it.Lefteous wrote:try the sibling field of the misc content plugin.
http://www.ghisler.ch/board/viewtopic.php?p=136116#136116
Peter
TC 10.xx / #266191
Win 10 x64
Win 10 x64
To compare folders?
Maybe by using Branch View with it ?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Any chance that "compare two dirs only by file names" will be implemented?
I like more "Compare by Content" window interface than cm_comparedirswithsubdirs.
I use workaround:
and then Compare by Content those two files.
I like more "Compare by Content" window interface than cm_comparedirswithsubdirs.
I use workaround:
Code: Select all
dir /b /a:-d > left(right)_panel.txt
Yes I can use Synchronize Dirs but I do find two problems: window is modal and I cannot compare only filename part without extension.MVV wrote:In Sync dialog there are buttons 'duplicates' and 'singles' that allow you to check if files with different names exist. So, leave only 'singles' pressed and you'll see files that exist on one side only.
Hello,
It is an old thread but I still not have found a way in TC to "compare two dirs only by file names". That is especially relevant when I try to compare files with the copy in the cloud, e.g Google Drive (with cloudplugin). Same files have different time stamps and sizes.
Can that option be added to Synchronize Dirs?
It is an old thread but I still not have found a way in TC to "compare two dirs only by file names". That is especially relevant when I try to compare files with the copy in the cloud, e.g Google Drive (with cloudplugin). Same files have different time stamps and sizes.
Can that option be added to Synchronize Dirs?
When you enable "ignore date" option, TC suggests copy directions for "singles" (files that exist on one side only) and leaves "doubles" (files that exist on both sides) w/o copy direction (it is impossible to detect by size which copy is better), so you have to select a direction for such files yourself. You can also ignore and hide "doubles" by unclicking corresponding button if you don't want to sync them (they won't be synced automatically anyway though).
Re: Compare Directory by File Name ONLY
I miss this feature for years. In Sync Dialog, I get the names as expected for sync operation, but I need this as selection in one of TC's panes to do anything else.ectimo wrote:Is there a way to compare 2 directories, but only the file names, not the contents, sizes and the dates?
Re: Compare Directory by File Name ONLY
Depends on your workflow.Inka wrote:..., but I need this as selection in one of TC's panes to do anything else.
Currently you have to use tricks, scripts (there are a few in the forum) or a tool like 'Lst2Clip'
viewtopic.php?p=15433#15433
This will copy the selected file names to clipboard and modify them:
# Copying the file extension can now be omitted.