搜尋此網誌

2017年6月27日 星期二

如何刪除超過10天的檔案及目錄How to delete Folders and Files older than 10 day ?

請參考熱心網友的回答
Your command is ok for files, for folders you need to do another command:
 forfiles -p "D:\Testing\Sample" -d -10 -c "cmd /c IF @isdir == TRUE rd /S /Q @path"

沒有留言:

張貼留言