|
|
|
|
|
by huhtenberg
1644 days ago
|
|
> It's very fast too This is due to parallel (threaded) copying, which is a paid-for feature in recent versions. If you need fast copying, "robocopy" comes bundled with Windows and it has /mt option that allows spawning multiple copying threads. This is as fast as gets, beating even this tool with ease. |
|