Multiple choice Which command is used to create a file? Copy Con Type MD RD 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.