Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The bat script implementation gets the month information specified a few months ago.

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains the "bat script to achieve access to specified months before the month information", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "bat script implementation to get the month information specified a few months ago"!

@ echo offrem specifies months ago set MonthsAgo=2 > "% temp%/DateCalculate.vbs" echo strLastDate=DateAdd ("m", -% MonthsAgo%, Date) > > "% temp%/DateCalculate.vbs" echo strFmtDate=Right (Year (strLastDate), 4) ^ & Right ("0" ^ & Month (strLastDate)) 2) ^ & "01" > > "% temp%/DateCalculate.vbs" echo WScript.Echo strFmtDatefor / f% an in ('cscript / nologo "% temp%/DateCalculate.vbs"') do (set "DstDate=%%a") set DstDate=%DstDate:~0,4%%DstDate:~4,2%echo,%DstDate%pause thank you for your reading The above is the content of "bat script implementation gets the month information specified a few months ago". After the study of this article, I believe you have a deeper understanding of the problem of bat script implementation obtaining the month information specified a few months ago, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report