Copies file data from one location to another with Robocopy

Robocopy is a command-line directory and/or file replication command for Microsoft Windows. Robocopy functionally replaces Xcopy. Developers by Microsoft. robocopy c:\directorya d:\directoryz /MOV /IS /R:5 > “c:\directory A\Logfile.txt” or robocopy “c:\directory a” “d:\directory z” /MOV /IS /R:5 >…

Read more »