top of page

Get a list of the files in a Zip File


If you have a set of compressed files in a WinZip file you may find yourself wishing that there was an easy way to get a list of the files in the folders without having to go through the often time consuming process of extracting them to a location on your hard drive. if you have the latest version of WinZip installed, you can begin by installing the WinZip Command Line Add-on at, http://www.winzip.com/prodpagecl.htm . Then go to the folder containing the zip file you need to review and press CTRL + SHFT + right click and select 'Open Command Window here'. You need to enter the file path to the WZZIP.exe command line application (in quotes) which should have been copied to the folder for WinZip in the Program Files folder on your C drive. Then enter the command -vb [for view brief] , then the file name followed by ">logfile.txt" to write the data to a text file. It should look something like this:

"C:\Program Files\WinZip\WZZIP.EXE" -vb triddefs.zip >logfile.txt

. . . a text file will be automatically generated listing all of the file names and file sizes in the zip file.

See the description of this process on this page, http://kb.winzip.com/kb/entry/81/


Sean O'Shea has more than 20 years of experience in the litigation support field with major law firms in New York and San Francisco.   He is an ACEDS Certified eDiscovery Specialist and a Relativity Certified Administrator.

​

The views expressed in this blog are those of the owner and do not reflect the views or opinions of the owner’s employer.

​

If you have a question or comment about this blog, please make a submission using the form to the right. 

Your details were sent successfully!

© 2015 by Sean O'Shea . Proudly created with Wix.com

bottom of page