The command used to copy a file named temp.doc from drive C: to drive A: is
A. Copy temp.doc to a:
B. Copy c:\temp.doc a:
C. Copy c: a:
D. Copy temp a: c:
Answer: Option B
Solution (By Examveda Team)
To copy a file named temp.doc from drive C: to drive A: in Disk Operating System (DOS), the correct command is Option B: Copy c:\temp.doc a:. This command specifies the source file with its full path (c:\temp.doc) and the destination drive (a:).Option A, "Copy temp.doc to a:," is not a valid DOS command syntax.
Option C, "Copy c: a:," does not specify the file name and is not a complete command for copying a specific file.
Option D, "Copy temp a: c:," has incorrect syntax and does not specify the full path of the source file.
Therefore, the correct answer is Option B: Copy c:\temp.doc a:.
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