What is the output of the following code snippet @echo off xcopy %userprofile%* %2

  1. Returns the number of files present in UserProfile Folder

  2. Syntax error

  3. Copies the contents of UserProfile to a path specified by command line argument

  4. Copies the contents from a path specified by a command line argument to UserProfile


Correct Option: C

Find more quizzes: