ROBOCOPY和XXCOPY的使用(国外英语资料).docVIP

  • 11
  • 0
  • 约1.83万字
  • 约 18页
  • 2017-06-24 发布于河南
  • 举报
ROBOCOPY和XXCOPY的使用(国外英语资料)

ROBOCOPY和XXCOPY的使用 Robocopy and XXCOPY two super backup tools, use detailed explanation The copy operation function provided by Windows is too simple, and the customization is not strong. When copying, moving, and backing up the folder, you must do it repeatedly. Now let me introduce you to two powerful copy backup software: Robocopy and XXCOPY. How about the specific function? There is no need to say more. The following example will make you gradually like them. There are three ways: one is to use Robocopy XXCOPY and press Win+R, enter the command directly in the run window; two is to press Win+R, enter CMD to start a command prompt in the run window, enter the command in the command prompt window; the third is to open the text editor like Notepad. In which the input of the corresponding command input, when you save the file called file name.Bat\ (do not need full double quotes, but half quotes must not be less), generating a batch file. Double click the batch file to run the appropriate command. Because the established batch file is easy to save and modify, and easy to call at any time, it is strongly recommended. Example 1: documents, how to copy how to copy [effects] copy the plain text (TXT), the Word document (DOC), and the BMP and TIF image files in the source folder at any time to the target folder, which is directly drag and drop in explorer. [simple command] Robocopy, d:\\work, e:\\back, *.txt, *.doc, *.bmp, *.tif, /s [parameters] Copy the TXT, DOC, BMP, and TIF under the d:\\work file to the e:\\back folder, while other files do not copy. /s means all subdirectories that include the empty file, and if not, copy only the files under d:\\work, not subdirectories. [extrapolate] (1) if you want to copy all the files under the folder, including empty folders, to the target folder, the command is: Robocopy d:\\work e:\\back /e /e means to copy all subdirectories, including empty folders. (2) if you just want to copy the files in the two hierarchy (then the fi

文档评论(0)

1亿VIP精品文档

相关文档