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 >
Ex:
  • copy File1.txt+File2.txt File3.txt
  • copy *.* File3.txt

Comments

Popular posts from this blog

Configuring DB2 Connect Server