Additional Information
You can also merge DIAdem files by using the following syntax in a DOS shell:
copy /b "Path to the first TDMS file" + "Path to second TDMS file" + ... + "Path to n TDMS file" /b "Path to the resulting TDMS file"
for example:
copy /b "C:\Test merging tdms\File 0.tdms" + "C:\temp\Test merging tdms\File 1.tdms" + "C:\temp\Test merging tdms\File 2.tdms" /b "C:\temp\Test merging tdms\Resulting file.tdms"