Skip to main content

Posts

Code of Copy in CMD

Code of Copy in CMD C:\Users\somet>copy /? Copies one or more files to another location. 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 a short filename, if available when copying a file with a                non-8dot3 name.   /Y           Suppresses p...