Question:

In DOS, to create a directory we use:

Show Hint

Exam Tip:
DOS commands:

• md: Make directory.
• cd: Change directory.
• rd: Remove directory.
• dir: List directory contents.
  • cd
  • md
  • copy con
  • copy
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
DOS (Disk Operating System) has specific commands for file and directory management.

Step 2: Key Commands:


md (make directory): Creates a new directory.
cd (change directory): Changes the current directory.
copy con: Creates a file from console input.
copy: Copies files.

Step 3: Final Answer:

Therefore, option (B) is correct.
Was this answer helpful?
0
0