We have a directory structure like this
..\Document Name_archive\YYYY\MonthName
so for example we have many sub-folders (within different document name folders) called \2014\January ... etc
We'd like to remove all the folders and their contents that have a created date older than 180 days.
We'd prefer to just use a batch file script, but perhaps a VBScript is better if we need to recursively search.
What's the best way please?