I have a folder with files (oh , really surprising

What is the best way to do it?
a) I can make a batch-file with "set time commands", based on my files - if I do not forget to start it before I change the file.
b) I can make a batch-file with "set time commands", based on my backup-files, and edit it and check it and control it ....
c) I use a plugin which "transfers / clones / synchronizes file-time between directories: Copy file-date from source to target".
Does it exists?
I saw that Nir Sofer added new commands to his tool "Nircmd"
http://www.nirsoft.net/utils/nircmd2.html
and one of the commands is "clonefiletime":
Code: Select all
clonefiletime "c:\temp\file1.txt" "c:\files\*.txt"
clonefiletime "c:\temp\file1.txt" "c:\temp\file2.txt"
Regards
Peter