清除某一個目錄的全部文件

cd C:\
FOR /D /R %%X IN (results\Session*) DO RD /S /Q "%%X"

pause

保存爲XX.bat,運行便可
shell

相關文章
相關標籤/搜索