Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この初心者の質問で申し訳ありませんが、回答を検索しようとしましたが、適切な説明のある例が見つかりません。
これを変数today7に追加して7日を追加する方法を誰か教えてもらえますか
REM get current date set today=%date:~10,4%-%date:~4,2%-%date:~-7,2% Rem add 7 days to variable today set today7=today+7 days
多分これはあなたを助けるでしょう。(Google はあなたの友達になることができます)