Windows, Dos Command
날짜.YYYYMMDD
jake_kim
2019. 12. 16. 14:43
반응형
For /f "tokens=1-3 delims=- " %%a in ('date /t') do (set mydate=%%a%%b%%c)
반응형