Thanks for this contribution, Jared!! One thing I've encountered while creating dates via batch script: each system may display date differently. While the above operation may work for some computers - you may need to tweak the following line: %DATE:~4,10% for your system. I've had issues with it before and had to mess around a bit - it doesn't happen often though! A great reference site if anyone is interested: https://ss64.com/nt/ - SJ
... View more