Tweaking.com Support Forums

Main Forum => Everything Else => Topic started by: chris635 on May 14, 2012, 11:46:16 am

Title: File copy programs
Post by: chris635 on May 14, 2012, 11:46:16 am
Hey Shane

   Do you recommend any file copy programs like tera copy (for quicker file transfer), verses letting windows handle it, or are these programs just another form of snake oil?


Chris
Title: Re: File copy programs
Post by: Shane on May 14, 2012, 11:57:06 am
I don't think they are snake oil. Right now I don't use any but I can tell you I HATE the file copy built into windows.

The file copy,delete, move and all that in Windows is horribly slow with the larger number of files you do at once. Windows is going through all the files and getting data on each and every single file which slows it down to a crawl with large numbers of files.

A lot of times I will not use it and use the xcopy in a cmd window to copy large number of files and use the del command to delete a lot of files. They don't sit there and try to get info on the files, they just do their job and they are done.

If your going to use a file copy program make sure to research it and find reviews. Some will no doubt suck, while others will do well. In the process of making my new registry backup tool I am using an API file copy command in windows. And I have found that there is a way to buffer file copies making them even faster. So when looking for a program look at how they do :-)

Shane