Slow file copy performance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a basic command line build to copy one hard disk to another(Using
xcopy). Is there a component that I can add to increase the hard disk
performance?

Thanks,
Chris
 
Chris,

Unless you use a low level disk copy tools (like ghost and etc.) you won't gain much performance increase using any tool.

Try xxcopy or robocopy. In general these tools work better (they are a bit faster with large amount of files to be copied).
 
Back
Top