XCOPY
From Wikipedia, the free encyclopedia
In computing, Xcopy is command used for copying multiple files or entire directory trees from one directory to another and for copying files across a network. Xcopy stands for extended copy,[1] and was created as a more functional file copying utility than the copy tool found in MS-DOS. Xcopy is also available on Microsoft Windows.
The command is equivalent to the Unix command cp
when used with -a
or -p
parameters.
Contents |
[edit] Example
xcopy directory [destination-directory]
[edit] Deprecation
While still included in Windows Vista, Xcopy has been deprecated in favor of Robocopy, which is now built into the operating system.[2]
[edit] See also
[edit] References
- ^ Windows NT File System Files. Microsoft Help and Support. Microsoft (2006-11-01).
- ^ Pietrek, Matt (2007-01-16). Robocopy built into Vista. Under The Hood (an MSDN blog).
[edit] External links
|