How do i merge files using a batch file?

JonnyBlaze

Diamond Member
May 24, 2001
3,114
1
0
how many files & what type?

the simplest way to join 2 files is

copy /b file01.000 + file02.000 joinedfiles.000

you would end up with a big file called joinedfiles.000