What is the output of the following code snippet? @echo off Copy /? > d:\test.txt

  1. Writes the names of all the files present in the current directory to d:\test.txt

  2. Copies d:\test.txt to windows directory

  3. Writes the help options available on ‘Copy’ into d:\test.txt

  4. Not a valid command


Correct Option: C

Find more quizzes: