diff options
Diffstat (limited to 'cmakescripts/getdate.bat')
-rw-r--r-- | cmakescripts/getdate.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakescripts/getdate.bat b/cmakescripts/getdate.bat new file mode 100644 index 00000000..b4251bbb --- /dev/null +++ b/cmakescripts/getdate.bat @@ -0,0 +1,3 @@ +@echo off +for /f "tokens=1-4 eol=/ DELIMS=/ " %%i in ('date /t') do set BUILD=%%l%%j%%k +echo %BUILD% |