Unzip files (7-zip) via cmd command

后端 未结 4 2126
野性不改
野性不改 2020-12-12 14:33

I try to unzip a file via CMD.

So I install WinZip (and its plugin to cmd), WinRAR, and 7-zip.

But when I try to execute a command via the CMD:



        
4条回答
  •  情书的邮戳
    2020-12-12 14:57

    Regarding Phil Street's post:

    It may actually be installed in your 32-bit program folder instead of your default x64, if you're running 64-bit OS. Check to see where 7-zip is installed, and if it is in Program Files (x86) then try using this instead:

    PATH=%PATH%;C:\Program Files (x86)\7-Zip
    

提交回复
热议问题