- Nov 21, 2000
- 250
- 0
- 0
This sounds very basic but I am looking for a utility to merge a number of text files together to produce one output text file. The output file would be a concatenation of all the input files. I have tried the copy command in MS-DOS like this "copy outputfile+inputfile1" "copy outputfile+inputfile2" ... but it adds an undisplayable byte at the beginning of each input file which I then I have to remove. This takes time as the resulting output file is very large (300Mb).