Multiple choice Which of the following commands is used to delete a directory? Del MD RD AD 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.