Vidyalelo
Computer Science · Q209

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 209

Q209

Which command is used to copy all files from drive A with extension .TXT to the currently logged drive and directory?

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

Answer: Option A

Solution

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