Duplicate file function

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
maglet
Junior Member
Junior Member
Posts: 9
Joined: 2010-05-01, 00:46 UTC

Duplicate file function

Post by *maglet »

Hi!

I'm missing one little function that I'm used to have from macintosh computers: "Duplicate file" (Command + D in Finder).

Yeah, I know about Ctrl +C, Ctrl +V ;-)
... and F5 ...

I'd like to duplicate the file in the same panel with just one command.

Eather with a "copy" prefix in the filename or some other way to easy rename it.

Thanx.
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

Press <Shift+F5> or assign the command cm_CopySamepanel to a toolbar button.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

This was asked already (lazy to search where). You can use my AskParam (in my signature) to get question box. See buttonbar button sample:

Code: Select all

AskParam.exe
/c"Copy a file" /t"%O copy.%E" /p"Copy "%N" to:" cmd /c copy %P%N "%P%%1"
maglet
Junior Member
Junior Member
Posts: 9
Joined: 2010-05-01, 00:46 UTC

Post by *maglet »

I did search for the word "duplicate" in the forum and TC command list for this command, but did not find anything. =/

But thanks, I've got what I was looking for now!
Post Reply