views:

1641

answers:

4
+2  A: 

Install Cygwin

Alan
+1  A: 

Install 7-zip. Right click on the first tar. In the context menu, go to "7zip -> Extract Here".

Works like a charm, no command-line kung-fu needed:)

EDIT: I only now noticed that you mention already having tried 7zip. It might have balked if you tried to "open" the tar by going "open with" -> 7zip - Their command-line for opening files is a little unorthodox, so you have to associate via 7zip instead of via the file association system built-in to windows. If you try the right click -> "7-zip" -> "extract here", though, that should work- I tested the solution myself (albeit on a 32-bit Windows box- Don't have a 64 available)

callingshotgun
Thanks! Yeah, I did try 7zip via the context menu as well as via the command line, but it didn't help. I even uninstalled the 64-bit version of 7zip and installed the 32-bit version, thinking, what the heck. That didn't work either.
evano
+1  A: 

The tar -M switch should it for you on windows (I'm using tar.exe).

tar --help says:

-M, --multi-volume             create/list/extract multi-volume archive
Assaf Lavie
Thanks! I found a copy of tar.exe for 32-bit Windows and ran it with the -M switch as you suggested, but it wouldn't recognize the file as a multi-volume set, and simply extracted the same folders from just the first part. I'm beginning to think the file is corrupted.
evano
A: 

I found this thread because I had the same problem with these files. Yes, the same exact files you have. Here's the correct order: 042358617 (i.e. start with part0, then part4, etc.)

Concatenate in that order and you'll get a tarball you can unarchive. (I'm not on Windows, so I can't advise on what app to use.) Note that of the 19 items contained therein, 3 are zip files that some unarchive utilities will report as being corrupted. Other apps will allow you to extract 99% of their contents. Again, I'm not on Windows, so you'll have to experiment for yourself.

Enjoy! ;)

Robert S