Tag: robocopy

Efficient File Copying With Microsoft Richcopy

Download Richcopy Now

Many are already familiar with the Robocopy command line utility from Microsoft, bundled with all recent versions of Windows. Robocopy basically provides a good level of granular control over folder copy operations. Since Windows 7 and Server 2008, Robocopy even supports multithreaded copying.

Robocopy has its limitations, however, and I would most times prefer to use a tool with a user interface. This has actually existed since 2006, when Microsoft engineer Derk Benisch created “Robocopy GUI”, but there is an even better alternative around these days…

Continue reading

Multithreaded File Copies with Robocopy in Windows 7

Robocopy is included in Windows 7 and features a new multi-threaded copy option. To perform a multi-threaded copy, you use the new /MT[:n] switch, where n indicates the number of threads to be used. By default, n is 8 when you use the /MT option, and can be any value from 1 to 128.
Note that the multi-threaded option is not compatible with the /IPG and /EFSRAW options.