Converting Logfile to DateName

This batch file will take a sourcefile and rename it based on the current timestamp. We usually call this batch file after we use RoboCopy to mirror a folder. This can be run or called by: “datename.bat log.txt” which will rename “log.txt” to “200804100945AM.log.txt” ——–datename.bat———- @Echo OFF TITLE DateName REM DateName.CMD REM takes a filename Read more about Converting Logfile to DateName[…]