This commit is contained in:
Natsumi
2021-04-30 14:14:25 +12:00
parent 6977282715
commit 556cf4c681
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
@echo off
setlocal
for /f %%a in ('powershell -Command "Get-Date -format yyyyMMdd"') do set TODAY=%%a
set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME%