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
by netech4u on Oct.29, 2010, under DOS
type file1 file2 file3 >> file4
copy file1+file2+file3 file4