|
thefritz_j
|
 |
« on: October 05, 2005, 02:46:51 PM » |
|
A cool shell extension that would really help me out would be when you copy files to a different folder if the files already exist rename the existing file with a time stamp and then copy the new files in.
Example:
Directory of C:\files
C:\files\wow.txt
User copy and pastes (or drags and drops) a "wow.txt" file from another path/folder. (H:\nice\wow.txt). In addition to the "Replace existing file" a second option is shown: "Timestamp old file and keep new file".
If the user selects the second here is the directory of C:\files
C:\files\wow.txt (new) C:\files\wow-20041231-0823.txt (old)
This would help me so much!
|
|
|
|
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #1 on: October 05, 2005, 08:04:37 PM » |
|
thefritz i've been wanting such a tool as well for a long time! i'm actually trying to get it put into our new ContextMenu Commander tool that will be coming soon - but if anyone knows of an existing shell extension that can do this i'd love to hear it.
|
|
|
|
|
Logged
|
|
|
|
|
skywalka
|
 |
« Reply #2 on: October 07, 2005, 02:10:53 AM » |
|
I've wished 4 something like this 4 ages also. I'd prefer that files could just have a numeral attached to the end of the filename if that could B made an option.
eg picture.jpg becomes picture2.jpg
|
|
|
|
|
Logged
|
|
|
|
|
|
mouser
|
 |
« Reply #3 on: October 07, 2005, 02:23:39 AM » |
|
yeah there a bunch of options that would be nice to have with this..
|
|
|
|
|
Logged
|
|
|
|
|
thefritz_j
|
 |
« Reply #4 on: October 07, 2005, 09:27:53 AM » |
|
Yeah, numbers or a timestamp would be great. So... it sounds like there's a need. Is it likely to be included in the ContextMenu commander soon? 
|
|
|
|
|
Logged
|
|
|
|
|
skywalka
|
 |
« Reply #5 on: October 07, 2005, 10:12:33 AM » |
|
If a filename already exists how difficult would it be to automatically compare the files' checksums. If they are the same then just delete the moved file. If they are different then automatically rename the moved file.
|
|
|
|
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #6 on: October 07, 2005, 10:13:09 AM » |
|
nice idea and not too hard at all.
|
|
|
|
|
Logged
|
|
|
|
|
skrommel
|
 |
« Reply #7 on: October 07, 2005, 12:31:19 PM » |
|
 What's really needed is a replacement for the copy function in Windows. So far I've been using TotalCopy from http://www.ranvik.net/totalcopy/. But it crashes, and you can't control how to handle error conditions before they occur, like in the middle of a one hour copy! So I've made my own, but I've yet to make a proper context menu. Does anyone know a simpler way of adding a drag and drop context menu, without all the COM noise? Skrommel
|
|
|
|
|
Logged
|
|
|
|
|
skywalka
|
 |
« Reply #8 on: October 07, 2005, 01:04:24 PM » |
|
I can't help U.  But I agree that a replacement for the entire Windows copying method is required. It also bugs me when you move a folder & Windows tells you "A folder of the same name already exists. If you continue the files will be overwritten." A simple autorenaming function would save so much hassle.
|
|
|
|
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #9 on: October 07, 2005, 01:10:41 PM » |
|
there is something called a copyhook in windows, and you can register to take this over, which is the way this would have to be adddressed. i'm hoping we will support it in ContextMenu Commander.
|
|
|
|
|
Logged
|
|
|
|
|
skywalka
|
 |
« Reply #10 on: October 09, 2005, 12:09:45 PM » |
|
It would also be handy to not have to answer questions like "Are you sure you wish to move the system (or read only) file thumbs.db" etc I've never ever had to answer in the negative.
|
|
|
|
|
Logged
|
|
|
|
|
lanux128
|
 |
« Reply #11 on: October 09, 2005, 09:49:48 PM » |
|
hi there, i use Servant Salamander 1.52 for file management but for heavy-duty copying/moving, my personal favourite is: Copy Handler 1.28. among its' options are: [ copy or print] Show 'Copy'/'Move' command in drag&drop menu Show 'Copy to'/'Move to' command in context menu Set attributes of destination files Set date/time of destionation files Protect read-only files Don't delete files before copying finishes (moving) Buffer size for copying from CD-ROM Buffer size for copying over a network Sound on error Sound on copying finished & many others... best regards, lanux
|
|
|
|
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #12 on: October 09, 2005, 10:25:00 PM » |
|
copy handler looks excellent (freeware but donate if you like it!) - thanks for the great link lanux.
|
|
|
|
|
Logged
|
|
|
|
|
skrommel
|
 |
« Reply #13 on: October 10, 2005, 02:34:00 AM » |
|
 CopyHandler also asks for confirmation when the errors occur. You can turn on timed confirmation, but the default actions are not what I want, so it's back to square one. Skrommel
|
|
|
|
|
Logged
|
|
|
|
|
lanux128
|
 |
« Reply #14 on: October 10, 2005, 08:59:44 PM » |
|
hi skrommel, have you heard of XXCOPY? it is a command-line tool which has a myriad of options & will take a lifetime to master. ;-) it's still updated actively (latest version is 2.92.6), so any requests for additional features can be put to its author, Pixelab, Inc... btw, there is also a java-based gui front called KopyMate. best regards, lanux
|
|
|
|
|
Logged
|
|
|
|
|