Join files

  • Thread starter Thread starter tempest
  • Start date Start date
tempest said:
how to join two files(unknown type, multipart?): mod.part1.zzz,
mod.part2.zzz ?

If the files were split by a basic splitter, without adding any
header/trailer information, then this will work:

copy /b mod.part1.zzz + mod.part2.zzz mod.full
 
Pegasus said:
If the files were split by a basic splitter, without adding any
header/trailer information, then this will work:

copy /b mod.part1.zzz + mod.part2.zzz mod.full
Or you can download a copy of HJ-Split which seems to be pretty much the
standard (or at least a standard) of the type:

http://www.freebyte.com/hjsplit

This program is much easier when you get to the point of having many parts
to rejoin.
 
tempest said:
---------

I tried HJ-Split already: it does not recognize file extension when
Join ->Input File -> when select of 1st input file, there is only "001
split files" in 'Files of type" selector. So it unusable.

did you try renaming the extension's ?

mod.part1.001 mod.part2.002
 
Haggis said:
did you try renaming the extension's ?

mod.part1.001 mod.part2.002
------------

yes, this works. But difficult to understand why program dont allow accept
any file name, only mask 001, etc

thanks.
 
tempest said:
------------

yes, this works. But difficult to understand why program dont allow accept
any file name, only mask 001, etc

thanks.


I had the same question ...but i guess you'd have to ask the programmer :)
 
Back
Top