Maybe someone else can suggest an easy/free way to append a date to filename created by a batch file.
But since it's Sunday and raining...
SET FileStamp=%date:~6,4%-%date:~0,2%-%date:~3,2% %time:~0,2%h %time:~3,2%m
REG EXPORT "HKCU\Software\JRiver\Media Center 14" "C:\Users\Rick\AppData\Roaming\J River\Media Center 14\Registry Backups\MC14 Root %FileStamp%.reg" /y
...but no warranties. I'm not very familiar with these things, and the
Time and
Date functions are surely sensitive to
Regional Settings. It should work if you're willing to adapt it, however. And you can schedule it to run every minute!
Cobain Backup is nice, but it doesn't seem to be able to save multiple versions within the same folder structure. It seems to work like a typical backup program—it will make an incremental (or another full) backup, but those files go into a separate folder. I suppose something that makes
CopyTo somewhat different is that it compares the source and destination first, and then copies according to how it's been it's been configured.