Search

Blog

Merging Files

by netech4u on Oct.29, 2010, under DOS

To merge file1, file2, file3 into file4:

type file1 file2 file3 >> file4

To merge file1, file2, file3 into file4:

copy file1+file2+file3 file4

Leave a Comment more...


Convert to PDF