Robocopy moves files older than
here is my script to move files older than a certain amount of days- mkdir F:\TempRemoval robocopy "F:\Example" "F:\TempRemoval" /move /e /minage:1 del "F:\TempRemoval\*.*" /f /s /q rmdir F:\TempRemoval /s /q exit The only problem I have is that certain files I need are added into this folder that are 3-4 years old. I know a solution that will work but i'm not sure how to code it. I want robocopy to only search the date up to the first level of folders i.e c:\folders\delete I want it to search the date of only the files and folders listed in "folders" - and move the entire folder and