Which of the following switches of the XCOPY command continues to copy files even if errors occur?
A.
/q
B.
/e
C.
/c
D.
/r
Explanation:
The /c switch of the XCOPY command continues to copy files even if errors occur.
Answer option A is incorrect. The /q switch of the XCOPY command does not display file names while
copying.Answer option B is incorrect. The /e switch of the XCOPY command is used to copy directories and
subdirectories, including empty directories.
Answer option D is incorrect. The /r switch of the XCOPY command overwrites Read-only files while
copying.
Reference: “http://www.computerhope.com/cdhlp.htm”