News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Copying more than one file to a single destination (or merging)

Started by charleychacko, October 15, 2006, 11:14:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

charleychacko

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.