16 September, 2022

windows 10: robocopy example

 

Robocopy, for "Robust File Copy", is a command-line directory and/or file replication command for Microsoft Windows. Robocopy functionally replaces Xcopy, with more options


Robocopy

Example: 

Fastest and easy way to copy a large amount files and folder

Open the command prompt in ADMIN Mode and run the below command, make sure to use your own file paths.

Command:

robocopy c:\temp\source c:\temp\destination /MIR

No comments:

Post a Comment

Microservices vs Monolithic Architecture

 Microservices vs Monolithic Architecture Here’s a clear side-by-side comparison between Microservices and Monolithic architectures — fro...