Disk Operating System (DOS) - Engineering

Q1:

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

B COPY *.TXT A:

C COPY *.TXT C:

D COPY *.TXT ALL.TXT

E None of the above

ANS:A - COPY a: *.TXT

No answer description is available.