Hi Stefan,
sorry for the delay in getting back to you, I don't check this forum too often. Glad to hear you have figured it out. For information,
I've set the following field in fastcopy2.ini:
'hash_mode2="0"
to ensure it generates MD5 hashes.
The command I run to execute fastcopy looks like this:
c:\fastcopy\fastcopy.exe /filelog=fclog.txt /cmd=diff /force_start /utf8 /verify=TRUE /balloon=FALSE /no_ui /srcfile=c:\manifests\copylist.txt /to="some destination"
The copylist.txt file just contains the list of files I want to copy in this particular run.
I have all this scripted up in an application I have written in python, which is also what I use to perform the verification of the MD5 hashes, but it is a bit buried/messy to pull out any useful snippets.
Cheers,
Steve