Syntax: robocopy “C:\SourceFolder” “D:\DestinationFolder” [Switches]
Sample: C:\>robocopy “src:\folder-path” “dst:\folder-path” /e /z /mt /w:10 /t:100
Ref: How to use Robocopy: Examples, switches, and tips | PDQ
Syntax: robocopy “C:\SourceFolder” “D:\DestinationFolder” [Switches]
Sample: C:\>robocopy “src:\folder-path” “dst:\folder-path” /e /z /mt /w:10 /t:100
Ref: How to use Robocopy: Examples, switches, and tips | PDQ