Extract without subfolder
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Hello, Igor!
When you unpack the contents of an archive subfolder, that subfolder of files and folders is created in the output folder.
Please add a key to the -spe switch to prevent the creation of a subfolder in the unpacking folder.
7z x archive.7z subfolder1\* -oOut
result:
Out\subfolder1\files and folders
desired result:
Out\files and folders