Let's assume that you have three files called HELP1.TXT, HELP2.TXT and HELP3.TXT. You can use the copy command as follows to copy all
above files into a single 4th file:COPY <files list>
<destination file>
For example:
COPY HELP1.TXT HELP2.TXT HELP3.TXT ALL.TXT
Now, ALL.TXT file will contain the content of all three HELP?.TXT files.