
Patrick B. answered 06/09/19
Tutor
4.7
(31)
Math and computer tutor/teacher
copy /Y file1 + file2 + file3 + file x output_filename
or
copy the files into another directory folder:
for (%x) in (*.*) do type (*x) >> output_filename
if you are on unix, there is a bundle script