Using date string on a file
This is a sample to attach the date string on your file.
Set DD=%date:~0,4%%date:~5,2%%date:~8,2% set time2=%time: =0% Set TT=%time2:~0,2%%time2:~3,2%%time2:~6,2% move logerr.log logerr_%DD%_%TT%.log move logstd.log logstd_%DD%_%TT%.log