Tilo Riemer wrote: > "C:/Programme/CrossVC XXL 2.1/Tools/cvsnt.bin/cvs" -x update -kk -P -d > -j my_branch You're explicitly overriding binary files using the -kk on that line, so it treats all files as text. If you want to just disable keyword expansion use -k-v. Tony