Multiple choice technology

Commands to copy the files and directory.

  1. XCopy

  2. Robocopy

  3. Mastercopy

  4. Copy

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

XCOPY and ROBOCOPY are both Windows commands for copying files and directories. XCOPY is the extended copy command (handles directories), while ROBOCOPY is a more robust, feature-rich copy tool. 'Mastercopy' is not a valid Windows command, and basic 'COPY' only handles individual files, not directories.