Selecting files with same name without extension

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
petrsi
New Member
New Member
Posts: 1
Joined: 2022-12-03, 15:50 UTC

Selecting files with same name without extension

Post by *petrsi »

Hi,
I organize photos. I have a directory for each day and a subdirectory in it. There are photos with the RAW extension in the directory, and I store edited photos with the PSD extension in the subdirectory. How can I select from the left panel RAW the corresponding PSD in the right panel? I just want to copy the corresponding RAW files into a subdirectory. Thanks
Fla$her
Power Member
Power Member
Posts: 2293
Joined: 2020-01-18, 04:03 UTC

Re: Selecting files with same name without extension

Post by *Fla$her »

It's correct to consider active and passive panels, rather than left and right.

Code: Select all

TOTALCMD#BAR#DATA
SELECTFILES
"%R:~,-3raw"
wcmicon2.dll,48
Select *.RAW in the active panel with base names of the selected files in the passive panel

Code: Select all

TOTALCMD#BAR#DATA
SELECTFILEST
"%S:~,-3psd"
wcmicon2.dll,48
Select *.PSD in the passive panel with base names of the selected files in the active panel
Overquoting is evil! 👎
Post Reply