Use batch bat as the first three days of a date system date

Source: Internet
Author: User

In Management Server It is often the basis of a day to infer the load date system log files, for example, the need to upload logs on Friday, Monday. Date the log file was named the day before the log was uploaded. This takes the first three days to get the date. or before n the date of the day.

Bulk-bound VBS can be implemented, such as the following files.

If "%date:~13%" = = "One" (set daysago=3) Else (set daysago=1) > "%temp%\mydate.vbs" Echo lastdate=date ()-%daysago%> > "%temp%\mydate.vbs" Echo fmtdate=right (Year (lastdate), 4) ^& right ("0" ^& month (lastdate), 2) ^& right (" 0 "^& Day (Lastdate), 2) >>"%temp%\mydate.vbs "Echo WScript.Echo fmtdatefor/f%%a in (' Cscript/nologo '%temp%\my Date.vbs "') do (set dstdate=%%a) set Dstdate=%dstdate:~0,4%-%dstdate:~4,2%-%dstdate:~6,2%echo%DstDate%

Assume that the WIN8 system is able to change if "%date:~13%" to If "%date:~12%"

Set dstdate=%dstdate:~0,4%-%dstdate:~4,2%-%dstdate:~6,2%
Set the date grid formula for this thing

Copyright notice: This article Bo Master original article. Blog, not reproduced without consent.

Use batch bat as the first three days of a date system date

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.