Multiple choice

Which command switch will instruct DOS to copy system files & COMMAND.COM to disk after formatting?

  1. /C

  2. C

  3. S

  4. /S

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

The /S switch in FORMAT command copies system files (IO.SYS and MSDOS.SYS) and COMMAND.COM to the disk after formatting, making it bootable. This is essential for creating system disks. Options /C, C, and S alone are not valid FORMAT switches for this purpose.