You can also use
$1, which is a free and open-source command line tool for manipulating audio. Since you just want to concatenate the files you can do so by passing all of them as command line arguments, with the last argument being the destination file. The problem is that, if you're using cmd as a shell, you'll have issues enumerating all those files since cmd doesn't do wildcard expansion like unix shells do. This limitation can probably worked around using a batch script or similar, but since I don't have access to Windows I cannot help with that.