richcopy vs robcopy

  • Thread starter Thread starter GS
  • Start date Start date
any one has experience using both richcopy and robocopy
http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotligh
t.aspx is the richcopy really that much better than robocopy gui
on vista or win7?

Richcopy is tons faster than Robocopy, because it can spawn multiple
simultaneous copying operations. Robocopy operates serially, one copy,
then the next, and so on. However, Richcopy is buggy as hell, and some
of the documented switches do NOT work as advertised. As far as I can
tell, Richcopy is not being developed or maintained any more, so I
guess no fixes are coming.

It's been a year or so, so I don't remember what the exact problem was.
Something like,it would still copy directories even when they were
explicit excluded.

So, depending on what you're trying to accomplish, Richcopy might be a
good choice, but test it thoroughly because it might not act the way
you expect.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top