Copy : Copies one or more files to another location

Опубликовано: 04 Август 2026
на канале: microsoft lab
279
2

Copy - Copies one or more files to another location

1. Prepare

DC15 : OS Windows Server 2012 R2

Syntax :

COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/L] [/A | /B ] source [/A | /B] [+ source [/A | /B] [+ ...]] [destination [/A | /B]]


source Specifies the file or files to be copied.

/A Indicates an ASCII text file.

/B Indicates a binary file.

/D Allow the destination file to be created decrypted

destination Specifies the directory and/or filename for the new file(s).

/V Verifies that new files are written correctly.

/N Uses short filename, if available, when copying a file with a non-8dot3 name.

/Y Suppresses prompting to confirm you want to overwrite an existing destination file.

/-Y Causes prompting to confirm you want to overwrite an existing destination file.

/Z Copies networked files in restartable mode.

/L If the source is a symbolic link, copy the link to the target instead of the actual file the source link points to.

2. Step by step

DC15 :

Right-Click Start - Run - cmd :

Copy C:\Win2003sp3.iso E:\iso

Check again