Page 1 of 1

Selecting files with same name or name+ext

Posted: 2021-04-12, 10:45 UTC
by mSnus
Suppose you have a list of files like
_DSC8038.xmp
_DSC8032.xmp
_DSC8030.xmp
_DSC8021.xmp
_DSC8019.xmp

I would like to be able to select files with the same names but different extensions, like
_DSC8038.raw
_DSC8032.raw
_DSC8030.raw
_DSC8021.raw
_DSC8019.raw

And also to be able to select files with exactly same names+extensions on another panel.

Is there any way to create such plugin or command?

Re: Selecting files with same name or name+ext

Posted: 2021-04-12, 12:16 UTC
by tuska
mSnus wrote: 2021-04-12, 10:45 UTC I would like to be able to select files with the same names but different extensions, like
_DSC8038.raw ...
HISTORY.txt wrote:10.03.21 Release Total Commander 10.00 public beta 1
02.03.21 Added: New internal field tc->partner file with other extension finds e.g. all jpg files
where there is a raw file with the same name in the same directory (32/64)
  1. Search in separate process... Alt+Shift+F7
  2. Delete field content from field "Search in:"
  3. Click on the "Plugins" tab
  4. [✓] Search in plugins

    Code: Select all

    Plugin	Property				OP	Value
    tc	partner file with other extension	=	xmp
  5. Click on the "Load/Save" tab
  6. Click on button "Save"
  7. Template name, e.g. Partner_file_with_extension_XMP (no space in the name!), Button "OK", Button "Cancel"
  8. Change to the folder with .xmp and .raw files
  9. Menu "Show" - "Custom... Ctrl+F12" -> click on: Partner_file_with_extension_XMP (>Partner_file_with_extension_XMP is shown), OK
  10. Result: Files with extension .raw are shown (file filter for .raw files)
  11. Remove file filter for .raw files: Menu "Show" - "All Files Ctrl+F10"
mSnus wrote: 2021-04-12, 10:45 UTC And also to be able to select files with exactly same names+extensions on another panel.
What do you mean exactly?

Re: Selecting files with same name or name+ext

Posted: 2021-04-12, 12:20 UTC
by Horst.Epp
The command to select files with exactly same names+extensions on another panel
Make this button

Code: Select all

TOTALCMD#BAR#DATA
cm_SelectAllBoth,cm_CopyNamesToClip,cm_FocusTrg,cm_GoToFirstEntry,cm_ClearAll,cm_LoadSelectionFromClip,cm_CopyNamesToClip,cm_FocusTrg,cm_ClearAll,cm_LoadSelectionFromClip

wcmicons.dll,49
Mark files and folders that exist in both windows

0
-1

Re: Selecting files with same name or name+ext

Posted: 2021-04-12, 12:30 UTC
by tuska
2Horst.Epp
Yes, that's it! :)
Thank you!

Re: Selecting files with same name or name+ext

Posted: 2021-04-12, 12:54 UTC
by Horst.Epp
tuska wrote: 2021-04-12, 12:30 UTC 2Horst.Epp
Yes, that's it! :)
Thank you!
...
If I remember I have stolen this from petermad :)

Re: Selecting files with same name or name+ext

Posted: 2021-04-12, 12:55 UTC
by tuska
Horst.Epp wrote: 2021-04-12, 12:54 UTC
tuska wrote: 2021-04-12, 12:30 UTC 2Horst.Epp
Yes, that's it! :)
Thank you!
...
If I remember I have stolen this from petermad :)
I also borrow a few buttons from him every now and then :)
Thankfully, he posts them in the forum. :thumbsup:


 
2mSnus
This command, e.g. in a button: cm_MatchSrc could also be interesting in connection with this topic:

Code: Select all

cm_MatchSrc	532	Target=Source
or this button:

Code: Select all

TOTALCMD#BAR#DATA
LOADSEARCH
?==Partner_file_with_extension_XMP
wcmicons.dll,47
LOADSEARCH ?==Partner_file_with_extension_XMP -> ENTER|finds e.g. all raw files where there is a xmp file with the same name in the same directory|Selecting files with same name or name+ext|https://www.ghisler.ch/board/viewtopic.php?f=14&t=74365


-1

Re: Selecting files with same name or name+ext

Posted: 2021-04-12, 18:57 UTC
by Fla$her
mSnus wrote: 2021-04-12, 10:45 UTC Suppose you have a list of files like
Where is this list? In a text file or selected in the current panel?

Re: Selecting files with same name or name+ext

Posted: 2021-04-13, 21:06 UTC
by hi5
Horst.Epp wrote: 2021-04-12, 12:20 UTC The command to select files with exactly same names+extensions on another panel
Make this button
Strange, it doesn't seem to work in beta 5, 32bit, Windows 7. I can see flickering but no marked files/folder while they should be. Will test Win10 later if I don't forget (looking at the commands it should work)

Edit: clipboard manager got in the way (TC commands to fast)

Re: Selecting files with same name or name+ext

Posted: 2021-04-15, 19:31 UTC
by Phred
Tags: "if exists" "existing" "also in other panel"

Re: Selecting files with same name or name+ext

Posted: 2021-11-08, 16:57 UTC
by Phred
Fla$her wrote: 2021-04-12, 18:57 UTC
mSnus wrote: 2021-04-12, 10:45 UTC Suppose you have a list of files like
Where is this list? In a text file or selected in the current panel?
It's the 'list' of files in the directories illustrated by mSnus in the initial post, Flasher.