Posts Tagged ‘time’

Getting the Current Timestamp in a Batch File

While fiddling around with different backup tools I finally settled with robocopy and a simple batch file. Being the control freak I am, I looked for a way to have single log files for each backup run in the format YYYYMMDDHHMMSS_description.log. Luckily there’s a way to acomplish this with some batch magic only.
You can get [...]