标签:
we can copy files by the powerful robocopy tool, and it allow copy using muliti-threaded as well.
As Robocopy is generally a command-line only utility (although a GUI add-on is available for Robocopy), the new multi-threaded operation capability has to be called via a new switch supported by Robocopy. The new multi-threaded copy feature can be enabled and turned on with the following parameter:
Reference: http://social.technet.microsoft.com/wiki/contents/articles/1073.robocopy-and-a-few-examples.aspx
https://technet.microsoft.com/en-us/library/cc733145.aspx
multi-threaded copy command - robocopy
标签:
原文地址:http://www.cnblogs.com/wushuaiyi/p/4994173.html