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
Correct Answer: COPY a: *.TXT