If I have an archive,e.g. some.zip that contains one or more files. How can I extract with 7zip only one file(I know the name of the file) from the command line in Windows?

link|improve this question
feedback

1 Answer

You just add the filename at the end.

7z e _archive.zip_-o_outputdir_ _fileFilter_

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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