Possible Duplicate:
Good free software that will join .001 files?
There are files on sites like rapidshare which have extensions like .001, .002, .003? They seem to be split by some tool. Which tool can be used to merge these files?
There are files on sites like rapidshare which have extensions like .001, .002, .003? They seem to be split by some tool. Which tool can be used to merge these files?
| ||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
The files have likely been split by a compression program. 7-Zip should handle them fine. They could also have been split with hjsplit or a similar tool, but 7-zip should handle the files. | |||||
feedback
|
|
It depends what kind of files they are. RAR and ZIP files often come as multi-part archives which need unarchiving by a suitable utility (WinRAR, 7-Zip. etc.). If the file has been split on the byte level into parts you can use the unix
| ||||
feedback
|
|
You may also be able to re-join them with a parity checking software, such as "QuickPAR" (you can search Google for this application as I believe it is freeware). You will know if it is a PAR compression / split fileset if the collection of files contains files with ".PAR", or .P01, .P02, etc. file extensions. In some cases, once you run the PAR files against the compressed fileset, it will merge the files into one file. At the same time, these files will ensure that the files you are using are complete and fully in tact. This is common among the "Warez Scene", and is often used to obfuscate those who are not "in the know" or "part of the scene" where related to illegally obtained movies, software, music, etc. | ||||
|
feedback
|
|
A lot of the other answers assume that the files are parts of a RAR (or similar) archive. If, on the other hand, they are simply split files and you want to recombine them, there is a simple way: On Unix systems, just use On Windows, the simple, unassuming command line | |||
|
feedback
|
|
Fans of the mighty Total Commander simply use Files > Combine Files. You can also install the 7-Zip Plugin for Total Commander. | ||||
|
feedback
|