thoemmi/7Zip4Powershell

Nothing happens when trying to compress, no error, nothing

rossm-mf opened this issue · 0 comments

I have a very weird error for some reason because I have been using that module for quite a while

I have a very big folder to compress and nothing happen anymore and I am not sure why

PS C:\Users\LeChat\Desktop> Get-Date

Sunday, September 25, 2022 17:41:34


PS C:\Users\LeChat\Desktop> "{0:N2} GB" -f ((gci big-folder -Recurse | measure Length -s).sum / 1Gb)
9.08 GB
PS C:\Users\LeChat\Desktop> Compress-7Zip -Path .\big-folder\ -ArchiveFileName test.7z
PS C:\Users\LeChat\Desktop> Get-Date

Sunday, September 25, 2022 17:41:56

very weird