Draft for Information Only
ContentMS DOS Command: XCOPY.EXE
MS DOS Command: XCOPY.EXEReference from Microsoft MS-DOS cmd help DescriptionCopies directories, their subdirectories, and files (except hidden and system files). With this command, you can copy all the files in a directory, including the files in the subdirectories of that directory. SyntaxXCOPY source [destination] [/Y|/-Y] [/A|/M] [/D:date] [/P] [/S] [/E] [/V] [/W]
Parameters
Switches
Related CommandFor information about copying individual files, see the COPY command. For information about copying disks, see the DISKCOPY command. RemarksDefault value for destinationIf you omit destination, the XCOPY command copies the files to the current directory. Specifying whether destination is a file or directoryIf destination does not contain an existing directory and does not end with a backslash (\), XCOPY prompts you with a message in the following format: Does destination specify a file name or directory name on the target (F = file, D = directory)? Press F if you want the file(s) to be copied to a file. Press D if you want the file(s) to be copied to a directory. Setting the COPYCMD environment variableYou can set the COPYCMD environment variable to specify whether you want the COPY, MOVE, and XCOPY commands to prompt you for confirmation before overwriting a file in all cases, whether issued from the command prompt or from a batch file. To force the COPY, MOVE, and XCOPY commands to prompt you before overwriting in all cases, set the COPYCMD environment variable /-Y. To force these commands to overwrite in all cases without prompting you, set the COPYCMD environment variable to /Y. Typing any of these commands with the /Y or /-Y switch overrides all defaults and the current setting of the COPYCMD environment variable. XCOPY does not copy hidden and system filesIn older versions of MS-DOS, XCOPY copied hidden and system files. This is not the case in MS-DOS 6.22. To remove the hidden or system attribute from a file, use the ATTRIB command. XCOPY sets archive attribute for destination filesXCOPY creates files with the archive attribute set, whether or not this attribute was set in the source file. For more information about file attributes, see the ATTRIB command. XCOPY vs. DISKCOPYIf you have a disk that contains files in subdirectories and you want to copy it to a disk that has a different format, you should use the XCOPY command instead of DISKCOPY. Since the DISKCOPY command copies disks track by track, it requires that your source and destination disks have the same format. XCOPY has no such requirement. In general, use XCOPY unless you need a complete disk image copy. However, XCOPY will not copy hidden or system files such as IO.SYS and MSDOS.SYS. Therefore, use DISKCOPY to make copies of system disks. XCOPY exit codesThe following list shows each exit code and a brief description of its meaning:
You can use the ERRORLEVEL parameter on the IF command line in a batch program to process exit codes returned by XCOPY. For more information, see the topic XCOPY--Examples. ExamplesThe following example copies all the files and subdirectories (including any empty subdirectories) from the disk in drive A to the disk in drive B: xcopy a: b: /s /e The following example uses the /D: and /V switches: xcopy a: b: /d:01/18/93 /s /v In this example, only files on the disk in drive A that were written on or after 01/18/93 are copied to the disk in drive B. Once the files are written to the disk in drive B, the XCOPY command compares the files on the two disks to make sure they are the same. You can create a batch program to perform XCOPY operations and use the batch IF command to process the exit code in case an error occurs. For example, the following batch program uses replaceable parameters for the XCOPY source and destination parameters:
©sideway ID: 110700282 Last Updated: 7/30/2011 Revision: 0 Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019