How to select file with same name in other panel

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Olfert
Junior Member
Junior Member
Posts: 61
Joined: 2006-05-17, 10:55 UTC

How to select file with same name in other panel

Post by *Olfert »

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?
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: How to select file with same name in other panel

Post by *Gral »

1. Create new button on buttonbar
2. Paste this commandchain as a command:

Code: Select all

cm_CopyNamesToClip,cm_FocusTrg,cm_LoadSelectionFromClip,cm_FocusTrg
OR
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
Olfert
Junior Member
Junior Member
Posts: 61
Joined: 2006-05-17, 10:55 UTC

Re: How to select file with same name in other panel

Post by *Olfert »

Thanks - works perfectly :)
Post Reply