Multiple choice technology operating systems

What is the switch that is used to make sure that the copy command copied files correctly

  1. /a

  2. /c

  3. /s

  4. /v

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The /v switch verifies that new files are written correctly by comparing them to the source files. The /a switch indicates an ASCII text file, while /c and /s are not standard switches for verifying copies in the MS-DOS COPY command.