Vidyalelo
Computer Science · Q198

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 198

Q198

While working with MS-DOS, which command is used to copy all files from the currently logged drive and directory with the extension .TXT to the drive A?

A.
COPY A: *.TXT
B.
COPY *.TXT A:
Answer
C.
COPY *.TXT C:
D.
COPY *.TXT ALL.TXT
E.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board