Operating Systems Concepts - Engineering

Q1:

While working with MS-DOS, which command will you use to transfer a specific file from one disk to another?

A DISKCOPY

B COPY

C RENAME

D FORMAT

E None of the above

ANS:B - COPY

MOVE not COPY. MOVE transfer file with the file existing in new location only. But in COPY both location -old and new will contain that file.