Menu

extract -x problem

Help
2006-02-21
2012-12-07
  • Nobody/Anonymous

    Let's say I already make a zip file,MyZip.zip using 7Zip.The MyZip.zip structure should be:

    MyZip
    |_MyZip
        |_FolderA
        |    |_abc.doc
        |    |_def.doc
        |
        |_FolderB
            |_abc.doc
            |_def.doc

    How i can use 7Zip extract command to extract MyZip.zip to same structure?

    I tried use 7z e *.zip -o* ,it extract the content of subfolder same level with all the folder,then the subfolders are empty.

     
    • Igor Pavlov

      Igor Pavlov - 2006-02-21

      7z x

       
    • Nobody/Anonymous

      7za x MyZip.zip -oc:\ * -r

       
    • Nobody/Anonymous

      is 7za equal to 7z.exe?

       

Log in to post a comment.