BuildDate.bat 132 Bytes Raw Blame History Permalink 1 2 3 4 5 @echo off SET _result=%DATE:/=.% echo const wchar_t* build_date=L"%_result%"; >%1%\include\ITH\version.h @echo on echo %_result%