T
tempest
how to join two files(unknown type, multipart?): mod.part1.zzz,
mod.part2.zzz ?
mod.part2.zzz ?
tempest said:how to join two files(unknown type, multipart?): mod.part1.zzz,
mod.part2.zzz ?
Or you can download a copy of HJ-Split which seems to be pretty much thePegasus 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
John McGaw said: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.
------------Haggis said:did you try renaming the extension's ?
mod.part1.001 mod.part2.002
tempest said:------------
yes, this works. But difficult to understand why program dont allow accept
any file name, only mask 001, etc
thanks.