如何在纯DOS下把文件和文件夹拷贝(国外英文资料).docVIP

  • 10
  • 0
  • 约1.79万字
  • 约 19页
  • 2017-06-05 发布于河南
  • 举报

如何在纯DOS下把文件和文件夹拷贝(国外英文资料).doc

如何在纯DOS下把文件和文件夹拷贝(国外英文资料)

如何在纯DOS下把文件和文件夹拷贝 How to copy files and folders under pure DOS? File action class command (1) COPY the command Function: copy one or more files to the specified disk. Type: internal command Format: COPY [source disk] [path] source file name [destination] [path] [target file name] Directions: (1) COPY is the way the file copies the data, and the previous target disk must be formatted; (2) in the process of replication, the old files on the same file name on the target disk will be replaced by the source files; (3) when copying a file, there must be sufficient space in the target, otherwise it will appear; The error message of the error indicates insufficient disk space; (4) the file name allows the use of the * in the file name. You can duplicate multiple files at the same time; (5) the source filename in the COPY command must point out that it cannot be omitted. (6) when copying, the target filename can be the same as the source file name, which is referred to as the copy of the same name. (7) when copying, the target file name can also be different from the source file name, which is called the different name copy, when the target file name cannot be omitted. (8) when copying, you can merge several files into a single file, called merged COPY, and the format is as follows: COPY; [source disk] [path] source filename 1 source filename 2 ... [target] [path] target file name ; (9) using the COPY command, you can also enter data from the keyboard to create a file, which is formatted as follows: COPY CON. (10) note: the use format of the COPY command must have a space between the source and destination filenames! (2) XCOPY -- directory replication command Functionality: copies the specified directory and all the files in the directory along with the directory structure. Type: external command Format: XCOPY [source dish:] source path name [target:] [/ S] [/ S] [/] Directions: (1) XCOPY is an extension of COPY that can be copied from the specified directory to the

文档评论(0)

1亿VIP精品文档

相关文档