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.
Name: astroraptor Date: July 8, 2002 at 05:34:39 Pacific
Reply:
Well, I'd say get a utility that extracts the date to a variable and then deletes any files that were created during that date or whatever you want to do.
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....