What is the switch that is used to make sure that the copy command copied files correctly
A. /a
B. /c
C. /s
D. /v
Answer: Option D
Solution (By Examveda Team)
The /v switch is used with the copy command in DOS to verify that files are copied correctly.When you use
copy /v, DOS verifies each file after copying to ensure that it matches the original file.This switch is useful for ensuring data integrity during file copying operations.
If any discrepancies are found during verification, DOS displays an error message.
/a switch is used with the copy command to copy files with the archive attribute set, but it does not verify the copy.
/c switch is not used with the copy command in DOS for verifying file copies.
/s switch is used with the copy command to copy directories and subdirectories, not for verifying file copies.
Therefore, the correct answer is Option D: /v.
Related Questions on Disk Operating System (DOS)
In MS-Dos what command you will use to display system date?
A. Date command
B. Ver command
C. Disk command
D. Format command
While working with Ms-Dos which command transfers a specific file from one disk to another?
A. Copy
B. Diskcopy
C. Time
D. Rename
If you don't know the current time, which command will you use to display
A. Copy
B. Ver
C. Time
D. Format

Join The Discussion