问题
This command is pretty basic as I'm just learning, but I'm trying to include subdirectories along with files to be deleted after 14 days. Thanks for any help and guidance.
forfiles /p "C:\testFolder" /s /m *.* /c "cmd /c Del @path" /d -14
Thanks and regards!
来源:https://stackoverflow.com/questions/46221946/looking-to-include-subdirectories-as-an-item-to-delete