Windows copy

Copy the document or documents to another location.

COPY [/ D] [/ V] [/ N] [/ the Y | / -Y] [/ the Z] [/ L] [/ A | / B] Source [/ A | / B]
     [+ Source [/ A | / B] [+ ...]] [Where do you want [/ a | / B]]

  Source specify the file to be copied.
  / A indicates an ASCII text file.
  / B represents a binary file.
  / D allows the target file to be created decrypted
  destination Specifies the directory and / or file name for the new file.
  / V Verify that the new file is written correctly.
  When / N copy a file with a non-8dot3 name,
               as far as possible the use of short file names.
  / Y to confirm you want to overwrite an existing destination file
               prompt.
  / -Y confirm you want to overwrite an existing destination file
               prompt.
  / Z Copies networked files in restartable mode.
/ L If the source is a symbolic link, copy the link
               to the actual file objectives rather than the source link points.

Command-line switch / Y may be set in advance in the COPYCMD environment variable.
This may be an alternative -Y / on the command line. Unless COPY
command in a batch script is executed, the default value should
be prompted for coverage.

To attach a file, specify a file as the target, designated as the source

Guess you like

Origin www.cnblogs.com/YZFHKMS-X/p/11784459.html