Multiple choice

To copy system files on the disk in target disk, we use

  1. copy

  2. move

  3. sys

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The SYS command (in DOS/Windows) is used to copy system files (IO.SYS and MSDOS.SYS in DOS) to a target disk to make it bootable. The copy command copies regular files, move transfers files, and the sys command specifically handles hidden system files needed for booting.