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.
HELP Del Files Older Than 15 Days?
Name: Jheds Date: December 20, 2006 at 04:36:28 Pacific OS: WIN XP CPU/Ram: 512 Product: DELL Optiplex
Comment:
Hi People,
Please help me with the DOS code to delete files older than 15 days. i will schedule the batch file then. We are doing this to delete older backup files and preserve latest files only to save on disk space.
Summary: Hi All, I am writing a batch script to zip the files which are older than 15 days. I can loop through the files inside a folderm but I am not sure how to get the date propertie of the file and check w...
Summary: Greetings All! The following MS-DOS code will delete any specified files, in specified location, and older then a specified date. "Delete files by older-then-date". Quick pseudo example: Delete *.t...
Summary: Could you please edit the below code. Path from where I have to delete the .csv file "c:\abc" I have to keep the recent 15 days file and delete the old ones My Problem is similar to the below mention...