Deletes a file that precedes a specified number of days under the specified path, whichever is the last modified date of the file

Source: Internet
Author: User

1 @echo off2 :: Deletes a file that precedes a specified number of days under the specified path, whichever is the last modified date of the file. 3:: This example requires Win2003/Vista/support for the Win7 system's own forfiles command4 REM Specifies the storage path of the file to be deleted5 SetSrcdir=D:\ajaxtrain\web6 rem Specified days7 SetDaysago=08 rem To remove the file wildcard9 Setsearchmast=*. htmlTen SetFilename=D:\ajaxtrain\web\deletefile.log One  AEcho-------------------Delete Expired Log Files------------------------->>%filename% -Echo Start >>%filename% -Echo (%date%%time%) >>%filename% theecho Delete the expired log filesinch%srcdir%, please wait ... >>%filename% -Forfiles/P%srcdir%/S/M%searchmast%/D +%daysago%/C "cmd/C echo @path >>%filename% && del/F/Q/A @path " -Echo End >>%filename% -Echo (%date%%time%) >>%filename% +::p ause

Deletes a file that precedes a specified number of days under the specified path, whichever is the last modified date of the file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.