Concatenate Text Files in Windows
To Concatenate all files in directory
copy *.txt destination.txt
To Concatenate specific files
copy a.txt+b.txt+c.txt destination.txt
To Concatenate groups of files
Create a batch file containing lists of the names of files to be joined e.g.
copy head.txt+websites-cloud-rest.html+Last-modified.php+foot.txt websites-cloud.php
copy head.txt+Command-line-rest.html+Last-modified.php+foot.txt Command-line.php
LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)

