Robocopy (Robust File Copy) Is A Command-Line Tool Built Into Windows 10
Robocopy (Robust File Copy) Is A Command-Line Tool Built Into Windows 10
Once file sharing is configured on the source device, you can proceed to copy the files using
Robocopy from the destination device.
To use Robocopy to copy files fast on Windows 10, use these steps:
1. Open Start.
2. Search for Command Prompt, right-click the top result, and select the Run as
administrator option.
3. Type the following command to copy the files over the network and press Enter:
Example:
If you don’t set a number when using the /MT switch, then the default number will be 8,
which means that Robocopy will try to copy eight files at the same time, but the tool
supports 1 to 128 threads.
/MOVE :: MOVE files AND dirs (delete from source after copying)