0% found this document useful (0 votes)
163 views

Robocopy Command Syntax and Examples

This document provides the syntax and examples for using the Robocopy command in Windows to copy files and folders. It explains that Robocopy can be used to mirror, synchronize, or move directories across local or remote locations more efficiently than the standard copy command. The document gives several examples of Robocopy commands using different switches to copy with various options like including subdirectories, empty directories, file attributes, and move or mirror functions.

Uploaded by

Sagala Ambar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views

Robocopy Command Syntax and Examples

This document provides the syntax and examples for using the Robocopy command in Windows to copy files and folders. It explains that Robocopy can be used to mirror, synchronize, or move directories across local or remote locations more efficiently than the standard copy command. The document gives several examples of Robocopy commands using different switches to copy with various options like including subdirectories, empty directories, file attributes, and move or mirror functions.

Uploaded by

Sagala Ambar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Robocopy command syntax and examples – Windows Command Line https://www.windows-commandline.com/robocopy-switches-syntax-exa...

Search

MT4 Cara yang efektif dan efisien untuk


MultiTerminal bekerja dengan beberapa akun trading.

Robocopy D:\dir1\data E:\backup\data

Total Copied Skipped Mismatch FAILED Extras


Dirs : 22 22 0 0 0
Files : 113 113 0 0 0
Bytes : 42.96 m 42.96 m 0 0 0
Times : 0:00:01 0:00:00 0:00:00 0:00

Speed : 83744483 Bytes/sec.


Speed : 4791.897 MegaBytes/min.

1 of 6 3/10/2017 7:35 AM
Robocopy command syntax and examples – Windows Command Line https://www.windows-commandline.com/robocopy-switches-syntax-exa...

Ended : Wed Oct 22 22:26:14 2014

Robocopy /S D:\dir1\data E:\backup\data

Robocopy /S /E D:\dir1\data E:\backup\data

Robocopy /MOV /S /E D:\dir1\data E:\backup\data

Robocopy /MOVE /S /E D:\dir1\data E:\backup\data

Robocopy /S /E /A+:H D:\dir1\data E:\backup\data

2 of 6 3/10/2017 7:35 AM
Robocopy command syntax and examples – Windows Command Line https://www.windows-commandline.com/robocopy-switches-syntax-exa...

Robocopy /MIR sourceFolder destinationFolder

robocopy /sec sourceFolder destinationFolder

3 of 6 3/10/2017 7:35 AM
Robocopy command syntax and examples – Windows Command Line https://www.windows-commandline.com/robocopy-switches-syntax-exa...

4 of 6 3/10/2017 7:35 AM
Robocopy command syntax and examples – Windows Command Line https://www.windows-commandline.com/robocopy-switches-syntax-exa...

5 of 6 3/10/2017 7:35 AM
Robocopy command syntax and examples – Windows Command Line https://www.windows-commandline.com/robocopy-switches-syntax-exa...

6 of 6 3/10/2017 7:35 AM

You might also like