How to select file with same name in other panel
Moderators: Hacker, petermad, Stefan2, white
How to select file with same name in other panel
Is there a way to select a file in the opposite panel with the same name as the one marked or selected in active panel?
Re: How to select file with same name in other panel
1. Create new button on buttonbar
2. Paste this commandchain as a command:
OR
right click on empty space on buttonbar and paste previously copied code:
2. Paste this commandchain as a command:
Code: Select all
cm_CopyNamesToClip,cm_FocusTrg,cm_LoadSelectionFromClip,cm_FocusTrg
right click on empty space on buttonbar and paste previously copied code:
Code: Select all
TOTALCMD#BAR#DATA
cm_CopyNamesToClip,cm_FocusTrg,cm_LoadSelectionFromClip,cm_FocusTrg
TOTALCMD.EXE,23
-1
Re: How to select file with same name in other panel
Thanks - works perfectly 
