Hi Joe
Yeah, sorry, I should have included some detail in my last post.
In the end I didn’t use a tool, I found a number of pages detailing how to use the basic DOS copy command with the /b switch so I tried that and it worked!
Basically, if you have, for example, three .ac3 files called part1.ac3, part2.ac3 and part3.ac3.
Open a command prompt, change to the directory where the ac3 files are located and type:
copy /b part1.ac3+part2.ac3+part3.ace completefile.ac3
This will create a new file called completefile.ac3 which is the other three joined together.
I believe this also works with the .m2v video files as well but I haven’t needed to join those.
Regards
David