📜  如何在 Windows 中递归删除目录 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:17.649000             🧑  作者: Mango

代码示例1
del /s /q *.*
the /q does the delete without any prompts