Ask Question
2 June, 05:58

Use the Internet to research Robocopy switches and then construct a command line that will use Robocopy to copy files in restart mode from a source to a destination mirroring the folder structure and using FAT file times. The command should retry the copy in case of a failed attempt.

+2
Answers (1)
  1. 2 June, 07:32
    0
    robocopy c:/source c:/destination / e / Z / FFT / R:n

    here,

    source : source folder name,

    destination: destination folder name,

    /e : command to copy all filesand folders from source to destination,

    /Z : command to copy files in restart mode,

    /FFT : command to use FAT file times,

    /R:n : command to retry the copy in case of a failed attempt, by default n is 1 million times.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Use the Internet to research Robocopy switches and then construct a command line that will use Robocopy to copy files in restart mode from ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers