To concatenate files use the copy command e.g.
copy file1.txt+file2.txt all.txt. Creates a file called all.txt. This works well with txt files but the results can be rather strange if the files are not txt. There is a switch for copy /B
which copies the files in binary mode.