When i select a file in left panel and a file in right panel, i would to copy file in left panel in file in right panel with filename as file in right panel.
Do it is possible?
Owervrite file in panel
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Command: cmd /c copy
Parameters: %P%N %T%M
Code: Select all
Command: cmd /c copy
Parameters: %P%N %T%R1
You can try to add a button/hotkey for cm_CopyNamesToClip command. So, you copy file name in target panel and then switch to source and begin copying a file, then simply paste copied name to destination name field (in case of regular copy you may need to press F5 2-3 times to switch between full path and name only selection).
E.g. if Ctrl+G is assigned for cm_CopyNamesToClip, you need to focus target file, press Ctrl+G, tab to source file, F5 and Ctrl+V.
E.g. if Ctrl+G is assigned for cm_CopyNamesToClip, you need to focus target file, press Ctrl+G, tab to source file, F5 and Ctrl+V.