Page 1 of 1

Add "Here" to Copy/Move/Backup To context menu

Posted: 11 Nov 2009 16:04
by KyferEz
Simple request: Add Here to the Copy/Move/Backup To item in the context menu. Basic Idea is that it works exactly like a copy-and-paste to same location. It just reduces keystrokes/mouseclicks...

Re: Add "Here" to Copy/Move/Backup To context menu

Posted: 11 Nov 2009 16:12
by zer0
KyferEz wrote:Simple request: Add Here to the Copy/Move/Backup To item in the context menu. Basic Idea is that it works exactly like a copy-and-paste to same location. It just reduces keystrokes/mouseclicks...
To save Don work, you can assign this little script to a UDC/CTB and it will do exactly what you want:

Code: Select all

copyto <curpath>;

Re: Add "Here" to Copy/Move/Backup To context menu

Posted: 11 Nov 2009 16:12
by TheQwerty
Aren't the File->Duplicate actions enough?

Re: Add "Here" to Copy/Move/Backup To context menu

Posted: 11 Nov 2009 16:16
by KyferEz
TheQwerty wrote:Aren't the File->Duplicate actions enough?
Didn't know about them... They will work fine, thx.