If I use this below command, I am able to delete only the files and files in sub-folders older than 10 day,
forfiles /p "D:\Testing\Sample" /s /d -10 /c "cmd /c del /s /q @file"
Please help...
Thanks
If I use this below command, I am able to delete only the files and files in sub-folders older than 10 day,
forfiles /p "D:\Testing\Sample" /s /d -10 /c "cmd /c del /s /q @file"
Please help...
Thanks