Windows 7 has included a neat utility called robocopy. If I remember correctly this was a utility back in Windows Server 2003. This is an advanced copy paste tool 🙂 (lack of term hehe) where you can define options such as copy everything but not empty subdirectories, cool huh?
But wait, there’s more! in Windows 7, you can copy your files in multi thread! just add the /MT switch and define the number of threads and instant multi threading copy!
So to do that, the command syntax is “ROBOCOPY <Directory that will be copied> <New Directory> /MT:<Integer number of threads to use>” just for kicks I used 120 its the maximum thread that we can give and there! instant copy!

I started to copy 8:46:17 and the command ended 8:46:28. The whole directory is 230.31 MB, now you do the math 😀
Like this:
Like Loading...
Related
Published by
johndelizo
Hi, I'm John. I am a developer, currently creating digital assets that protects people and their future. I am a certified SAFe Agilist, completing my LOMA certification, Microsoft Certified Developer (MCTS, MCPD), Azure certified and Microsoft Certified Trainer (MCT) alumni. I'm also a Microsoft MVP awardee for 8 years specializing Software Packaging, Deployment & Servicing as well as Cloud & Datacenter Management.
Disclaimer: This is a personal blog. The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way. All content provided on this blog is for personal content and makes no representation as the accuracy or completeness of any information on this blog or found by following any link on this site.
View all posts by johndelizo
Hello, they say that Wondows 7 has as default robycopy command, but I get the message (after search cmd.exe, option Run as administrator and writing robycopy /?) that “robycopy’ is not recognized as an internal or external command, operable program or batch file”.
Can you help me?
Nico Tros
Hi Nico, try robocopy.