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
Selecting files with same name without extension
Moderators: Hacker, petermad, Stefan2, white
Re: Selecting files with same name without extension
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! 👎