Set date and time in batch file
You can use this in batch files for tagging the data and time
SET date=%DATE%
SET day=%date:~0,3%
ECHO %day%
You can use this in batch files for tagging the data and time
SET date=%DATE%
SET day=%date:~0,3%
ECHO %day%