I mentioned three copying methods that will set the “date created” to now. But other programs can do whatever they want, such as inheriting the creation date of the new file from the old file. In Powershell, we can set a creation date like this:
(Get-Item "x.bin").CreationTime=("01 February 2012 12:34:56")
I expect a Powershell script could be written that set the creation dates of all files from the EXIF date.