Copying more than one file to a single destination (or merging)
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.
Applicable Keywords : MS-DOS, Windows NT, Windows NT 3.x, Windows NT 4.x, Windows, Windows 3.x, Windows 95