0
I am currently in a directory with command prompt open, and combining wav files using the command
copy /b *.wav allAudio.wav
There are 29 wav files in this directory, each of them exactly 00:00:59 in length.
However, the combined "allAudio.wav" file generated by this command has a file size corresponding to all the merged .wav files in the directory, but the length of the file is only 00:00:59 just like all of the other .wav files in the directory.
This does not make sense to me. If anyone can explain this and suggest a way to actually merge the files such that the final file is correct in length would be great.
In total I have more folders containing several hundred wav files that need to be merged, so any software that merges one-at-a-time is not feasible for this task.

So does Windows have a utility like "shntool" for Linux that can strip RIFF headers in bulk? – user02103012 – 2016-01-11T20:06:56.210