Q. What is the result of the command 'COPY file1.txt file2.txt'?
β
Correct Answer: (C)
Creates a copy named file2.txt
Explanation: This command creates a duplicate of file1.txt as file2.txt.