There is a document a.txt with content and format as follows:
This is actually a list, with dates at the front and file names at the back
....
2005-12-02 43324
2005-12-03 232323
2005-12-04 rjjjdj
2005-12-05 fhsh
2005-12-06 sdhsh
....
2005-12-12
2005-12-13 fhhshs
2005-12-14
2005-12-15 fdhfg
....
Purpose: Use batch processing to extract the file names in a.txt and delete the files created within a specified period of time. I want to delete the files created from December 3, 2006 to December 15, 2006. Is there a good method?
This is actually a list, with dates at the front and file names at the back
....
2005-12-02 43324
2005-12-03 232323
2005-12-04 rjjjdj
2005-12-05 fhsh
2005-12-06 sdhsh
....
2005-12-12
2005-12-13 fhhshs
2005-12-14
2005-12-15 fdhfg
....
Purpose: Use batch processing to extract the file names in a.txt and delete the files created within a specified period of time. I want to delete the files created from December 3, 2006 to December 15, 2006. Is there a good method?
