XCOPY

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In computing, Xcopy is command used on IBM OS/2 and Microsoft Windows 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.

Contents

[edit] Example

Create a new directory by copying the contents of the existing directory, including any files or subdirectories having the "hidden" or "system" attributes and empty directories.

xcopy e:\existing e:\newcopy /s /e /i /h

[edit] Deprecation

While still included in Windows Vista, Xcopy has been deprecated in favor of Robocopy, a much more powerful copy tool, which is now built into the operating system.[2]

[edit] Limitation

When copying with Xcopy you get insufficient memory when the path + filename is longer than 254 characters.[citation needed] Robocopy doesn't have this limitation.

[edit] See also

[edit] References

[edit] External links

Personal tools
Languages