x-must wrote:
How can i extract files from that archives (.01, .02...) , on Windows 7? WinRAR Cannot open archives.
Just read the instructions on Justin's page
Quote:
Step 0: Read all the instructions first and run them on these sample files (test.jpg and test.zip)Sample file 1 (test.jpg)This sample is a JPG file. So use the copy /B test1 + test2 + test3 test.jpg or cat test1 test2 test3 > test.jpg
* test.jpg.00
* test.jpg.01
* test.jpg.02
Sample file 2 (test.zip)This sample is a ZIP file. So use the copy /B test1 + test2 + test3 test.zip or cat test1 test2 test3 > test.zip
* test.zip.00
* test.zip.01
* test.zip.02
If all this command line funniness has you tearing your hair out, I've heard good stuff about
HJSplit which is available on most on most platforms. Remember to add the extra 0 at the end of the files (e.g. 001 instead of 01).