📅  最后修改于: 2022-03-11 14:50:11.783000             🧑  作者: Mango
代码示例2
del /f /q "%appdata%\uTorrent\CompletedDL\*.*"
for /d %%d in ("%appdata%\uTorrent\CompletedDL\*.*") do rmdir /s /q "%%d"