combining two text files
Posted: Thu Mar 25, 2004 11:04 pm
how to merge two text files using dos command is ther any dos command that appends one file to teh end of another file
Industrial strength data manipulation
http://www.datamystic.com/forums/
Code: Select all
type a.txt > c.txt
type b.txt >> c.txt