Concatenate files using MS-DOS
One or more files can be concatenated and saved to a single file using the very helpful copy command available in MS-DOS. The usage of it as follows,
- copy <multiple file names separated by the plus(+) operator> <resulting file name >
- copy File1.txt+File2.txt File3.txt
- copy *.* File3.txt
Comments