Dec 07 2011

Merge Files in DOS

Published by at 4:59 pm under Windows

You can easily concatenate ascii or binary files with the Windows command prompt using COPY:
 

COPY /A file1.txt+file2.txt dest.txt
COPY /B file1.bin+file2.bin dest.bin

 
Where dest is the destination filename


No responses yet

Trackback URI | Comments RSS

Leave a Reply