I'm looking for Tool/Utility with which I could copy one file inside another, but with option to specify target location in second file. And it must overwrite overlapping content not insert.
for example I've file A.dat with content "ABCDE" and second file B.dat with content "1234567890"
so I specify to copy A.dat inside B.dat at 4th byte and result file would be "123ABCDE90"
it must be with command-line interface and for Windows.