Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory? A. DELTREE B. DELTREE/F C. DEL*.* D. ERASE *.* E. None of the above

DELTREE
DELTREE/F
DEL*.*
ERASE *.* E. None of the above

The correct answer is: B. DELTREE/F

DELTREE is a command-line utility for deleting directories and all of their contents. The /F switch suppresses the prompt that asks you to confirm that you want to delete the directory.

The other options are incorrect because:

  • A. DELTREE does not suppress the prompt that asks you to confirm that you want to delete the directory.
  • C. DEL. deletes all files in the current directory, but it does not delete the directory itself.
  • D. ERASE 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
. is the same as DEL..
  • E. None of the above is the correct answer.
  • Exit mobile version