Multiple choice

Which of the following commands is used to delete a directory?

  1. Del

  2. MD

  3. RD

  4. AD

  5. None of these

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

RD (Remove Directory) deletes empty directories in DOS. Del is for files only, while MD creates directories. AD is not a standard DOS command.