I would like to overwrite files in a directory tree, recursively.
The ones I would like to overwrite match the filename "x_alpha*.png" and have a size exactly 456 bytes.
Is there any way to search for these recursively in a directory tree, and overwrite them with a reference file, for example "e:\mydir\good.png"
I am using Windows 7, but I have UnxUtils, so I can use those too.
What I am looking for is something like this, generated automatically:
copy /y e:\mydir\good.png e:\mydir\a\b\c\x_alpha0023.png
copy /y e:\mydir\good.png e:\mydir\e\f\g\x_alpha0045.png
copy /y e:\mydir\good.png e:\mydir\h\x_alpha0248.png