I downloaded a torrent that contains a bunch of .zip files and a .diz file. I'm guessing it all should get pieced back into 1 bigger zip file. Any suggestions on how to use it?

link|improve this question

20% accept rate
.diz? IIRC, that's just a text file. When in doubt, try notepad. – Jeff Mercado Jan 10 '11 at 22:41
feedback

3 Answers

A .diz file is nothing more then a text description of what was included in the archive.

Right-click, open with wordpad/notepad.

For a bunch of zipfiles... get winzip/winrar/7-zip installed... Open the directory in question.. highlight all the zips files, right-click, extract.

link|improve this answer
feedback

.diz is a scene convention for archive/package descriptions.

They are just plain text, and contain info about the package they're contained in.

.nfo is now more much more common, and is used for the same purpose.

link|improve this answer
feedback

.DIZ (sometimes also .NFO) files are not really needed for the .ZIP files anyway, they normally contain some plaintext information about whatever you downloaded. Open them with a text editor like Notepad.

link|improve this answer
2  
Notepad is a text editor, not a word processor. – paradroid Jan 10 '11 at 22:46
Haha, yeah. I was gonna suggest something like Word first and then forgot to change that. – slhck Jan 11 '11 at 9:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.