Page 1 of 1

Duplicate file function

Posted: 2010-07-26, 09:16 UTC
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.

Posted: 2010-07-26, 09:50 UTC
by ts4242
Press <Shift+F5> or assign the command cm_CopySamepanel to a toolbar button.

Posted: 2010-07-26, 16:30 UTC
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"

Posted: 2010-07-27, 20:40 UTC
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!