Linux:
Windows:
alternatively, if all files are within the same directory:
Linux:
Windows:
Code:
cat single_captures/*.16800 > all_in_one/multi.16800
Windows:
Code:
copy single_captures\*.16800 all_in_one\multi.16800
alternatively, if all files are within the same directory:
Linux:
Code:
cat *.16800 > multi.m16800
Windows:
Code:
copy *.16800 multi.m16800