Windows Software: Copy Handler to replace windows worst built-in file copy/paste feature!
ADVERTISEMENTS
How many time you wished you could have nice file copying feature in your windows! Following is short list of problems I feel windows built-in copy feature suffers from:
- Multiple copy starts same time, resulting in higher defragmentation (or you have to wait till first completes, before starting next)
- No priority control so no matter how important is copy operation to you, other programs will suffer performance loss
- In case source and destination folder have same name windows return error no matter the folders have different content
- No special provision for bulk data transfer (No auto shutdown after batch-copying, etc)
- If window restarts between copy operation, all the progress just get lost without any recovery!
- No logging at all so chances are more after some time you may loose track of what have you copied , where you have copied and so on!
- No buffer management which can result in performance variations for devices with different speed
- No pause/resume of a copy operation
- N0 disk space check. (Ideally a copy operation should check it before hand whether destination have enough disk space to continue with copying)
- Gush… The list is endless… I am tired now
But as someone said if there is a wish, there is a way and like most of the windows problem this one have third-party but open-source solution!
Eureka, its copy-handler! Its freely available for download with manuals, FAQs, installtion guide, screenshots, etc! I tested it for more than a year now and I just cant think of using windiows without it! It solves all problem listed above with additional features like…
- Auto-start with windows (optional)
- Overriding default windows copy-operation (optional)
- Changing target after copy operation is started
- Allocate custom buffer size for different devices
- Can shutdown when copy finishes
- Ask to resume/restart remaining operation after accidental reboots!
- Can provide default actions for things like delete source file if already exist and so on..
- There are more…
For developers, development manuals is here ! You can download source code from this page!
I am using tons of third-party software on my windows machine! Starting from today I will write about those I liked and tested over the years! Hope you will enjoy this and find it useful ![]()


























Hi Rahul,
I stumbled upon your blog while surfing Indianpad.You’ve got a good WEB2.0 blog out here.But i’ll recommend you to tweak your Blogger template a bit,as the default templates are a major turn off among most readers.A tip i can give is to design a better banner with an attractive background that defines your blog.By the way your site navigation is smartly done.Happy blogging.
@Blogger Whale
Thanks pal for your valuable inputs.
I was really reconsidering banner design from long time but nothing could strike my mind!
As you have same suggestion I will definitely do it soon! Actually limiting factor is page load time! I want to optimize design for dial-up users so cant put heavy graphics on this blog!
Well thanks again for spending time for this blog!
i found your site on a search. my complaint is that i run files on two computers. i want to copy one directory onto the other of the same name and AUTOMATICALLY replace only with the newer file date and not replace if a later date is on the target drive. all i can do with windows is look at each file and decide what to replace or not, which is totally impractical. do you have a solution?
@richard -
Have you tried copy handler for above problem.
As far as I know, it supports copying across network as well.
Please let me know if its enough for you…
what is copy handler?
@richard -
It is a software. To know what it does, read post above.
@Rahul Bansal -
thank you! will try it! richard
@richard -
Welcome To Devils Workshop!
Your welcome buddy…
i downloaded it. as far as i can tell, it is no better for my purpose than windows copy replace. i dont see where it allows me to specify “replace older files only”.
this seems like such an obvious option. i dont know why it isnt available!
any other ideas?
rpj
@richard -
With copy handler, you start file copying/moving the normal way.
When duplicates files-names are encountered, it prompt for you take an action like replace, delete etc. It displays other info like size, date, etc about both file in question.
Also prompt screen allows you to set your choice for entire operation.
When duplicate directories are encountered, they are always merged.
What I said above is about default settings. You can go to copy handler settings and set answers to all such “prompt questions” in advance as well.
Also you can pause/resume copying in between.
that is no different than Windows copy. that is exactly what i DONT want to do: to assess EACH duplicate file for whether it is new or not. i have 1000 to go through that way. a computer program can assess the date/time and make the switch. i dont need to spend the time doing it, and it is impractical.
after more snooping around, i found a program called second copy. it does exactly what i want. it will even synchronize the two directories so they are exactly the same, no matter which was used for storing the most recent version. this allows me to work between two computers and update them as i wish.
@richard -
Its nice to know your problem is solved richard.
Just for info, copy-handler can do same job. It may not seem user-friendly to you but it is capable of doing this.
For example, for 1000 file… you just need to do 2/3 clicks and all will go fine!
Anyway… thanks for telling me about second copy! I will definitely try it…
i tried copy handler. it does not have an option to AUTOMATICALLY query and replace destination file ONLY if there is a newer file on the copy-from directory. it is all manual query. thus, it could not help me.
@richard -
I will use second copy if I stuck in future.
Thanks for more inputs.