[amp_mcq option1=”Copy a. *.txt” option2=”Copy *.txt a:” option3=”Copy *.txt c:” option4=”Copy *.txt all.txt” correct=”option2″]
The correct answer is: B. Copy *.txt a:
The command Copy *.txt a: will copy all files with the extension .txt from the current directory to the drive a.
The other options are incorrect because:
- Option A,
Copy a. *.txt, will copy all files with the extension .txt from the directory a to the current directory. - Option C,
Copy *.txt c:, will copy all files with the extension .txt from the current directory to the drive c. - Option D,
Copy *.txt all.txt, will copy the file all.txt from the current directory to the drive a.