开发者

powershell expand-archive cmdlet - problem with unpack split zip files

开发者 https://www.devze.com 2023-04-08 10:46 出处:网络
I\'m trying to unpack zip file which is in pieces (file.z01, file.z02, file.zip) I use expand-archive cmdlet from PSCX but i get an error

I'm trying to unpack zip file which is in pieces (file.z01, file.z02, file.zip) I use expand-archive cmdlet from PSCX but i get an error

PS C:\> expand-archive -format zip -path c:\temp\file.zip -outputpath c:\temp\ -showprogress

error message:

Expand-Archive : Internal error! hresult: 00000001 At line:1 char:15 + expand-archive <<<< -format zip -path c:\temp\file.zip -outputpath c:\temp\ -showprogress + CategoryInfo : NotSpecified: (C:\temp\file.zip:String) [Expand-Archive], Inval开发者_开发百科idOperationException + FullyQualifiedErrorId : FileError,Pscx.Commands.IO.Compression.ExpandArchiveCommand

when i use the same command for .rar file (file.part1.rar, file.part2.rar) it works fine any ideas ?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号