Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
dos DIR by date
Name: djazz Date: July 31, 2002 at 10:05:54 Pacific
Comment:
Is there a way to get a list of files, recursively starting from a working directory, that have changed since a specified date? For example, if I wanted to get a list of files below c:\temp that have changed since 9:00AM, is that possible?
Summary: here is a new solution to delete old files by date -------------------------- example: delete all files that are older than today lsfdt -m lt -d t *.* > c:\temp\filelist.txt delflist c:\temp\filelist....