To copy system files on the disk in target disk, we use
-
copy
-
move
-
sys
-
none of the above
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.