mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
3 lines
126 B
Batchfile
3 lines
126 B
Batchfile
@echo off
|
|
FOR /f %%a in ('WMIC OS GET LocalDateTime ^| find "."') DO set DTS=%%a
|
|
set CUR_DATE=%DTS:~0,4%-%DTS:~4,2%-%DTS:~6,2% |