Multiple choice

Which command is used to create a file?

  1. Copy Con

  2. Type

  3. MD

  4. RD

  5. None of these

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

COPY CON (copy from console) creates a file in DOS by accepting user input from the keyboard until Ctrl+Z is pressed. Type displays file contents, MD creates directories, and RD removes directories.