I'm trying to catch all the files in a folder taking in account two filters, the first one is the creation date have to be greater than 01/01/2020 and the creation date have to be lower that today-6.
I don't know how to apply two filters in the same forfiles
command line.
This is what I have:
forfiles /P c:\temp /D +01/01/2020 /C "cmd /c echo @path"