A DOS and OS/2 utility that copies files and subdirectories. See DOS Xcopy.
Download Computer Desktop Encyclopedia to your iPhone/iTouch
| 5min Related Video: XCOPY |
| Wikipedia: XCOPY |
In computing, Xcopy is a 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 |
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
If the directory names include blank signs(spaces), the names can be put in quotation marks.
XCOPY "D:\Documents and Settings\MY.USERNAME\My Documents\*" "E:\MYBACKUP\My Documents\" /D/E/C/Y
Copy entire drive in to a mapped network drive while ignoring any errors in network restartable mode.
xcopy *.* z:\Netmirror /E /V /C /F /H /Y /Z 1>out.txt 2>err.txt
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]
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.
|
|||||||||||||||||||||||||||||
| This computer science article is a stub. You can help Wikipedia by expanding it. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Shopping: XCOPY |
| DOS online help (technology) | |
| DOS Xcopy (technology) | |
| DOS external command (technology) |
| What is the difference between Copy Xcopy and diskcopy? Read answer... | |
| What is copy command and xcopy command? Read answer... | |
| Which Xcopy switch suppresses overwrite confirmation? Read answer... |
| What switch do you use with Xcopy to copy subdirectories? | |
| H ow do you use xcopy command? | |
| What switch can you use with Xcopy to copy subdirectories? |
Copyrights:
![]() | Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2010 The Computer Language Company Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "XCOPY". Read more |
Mentioned in