Owervrite file in panel

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Hurdet
Power Member
Power Member
Posts: 716
Joined: 2003-05-10, 18:02 UTC

Owervrite file in panel

Post by *Hurdet »

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?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Code: Select all

Command: cmd /c copy
Parameters: %P%N %T%M
Focused file instead of focused file in target panel.

Code: Select all

Command: cmd /c copy
Parameters: %P%N %T%R1
Focused file instead of first selected file in target panel.
Hurdet
Power Member
Power Member
Posts: 716
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

I know but it not work with plugins (webdav) or ftp.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

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.
Post Reply