Robocopy Command in Windows Server 2008

In this article I am going to explain about robocopy command in windows server 2008 operating system.
  • 2498

Robocopy command in Windows Server 2008

The Robocopy command is used to copies file data.

Syntax of Robocopy command

robocopy <source> <destination> [<File>[....]] <options>[]

Parameters in Robocopy  command

It contains following parameter, which is given below:
 
Parameter Description
<source> It specifies the path of source directory.
 <destination> It specifies the path of the destination directory.
<file> It specifies the file or files to be copied.
<options> It specifies options to be used with the robocopy command.

Example of Robocopy command

robocopy "C:" "D:" Mcn.txt /R:2 /NP

Output:

robocopy-in-windows-server-2008.jpg

Ask Your Question 


Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.