mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-24 11:49:07 +00:00
3 lines
101 B
Batchfile
3 lines
101 B
Batchfile
@echo off
|
|
for /f "tokens=1-4 eol=/ DELIMS=/ " %%i in ('date /t') do set BUILD=%%l%%j%%k
|
|
echo %BUILD%
|