robocopy
Robust copy (robocopy) is a file-copying command-line tool baked in Windows 10+.
Usage¶
To see its commands
robocopy /?
To mirror (/MIR
) two folders with multithreading (/MT
)
robocopy SOURCE DESTINATION /MIR /MT
Robust copy (robocopy) is a file-copying command-line tool baked in Windows 10+.
To see its commands
robocopy /?
To mirror (/MIR
) two folders with multithreading (/MT
)
robocopy SOURCE DESTINATION /MIR /MT