Last active
April 30, 2022 10:59
-
-
Save aleksp99/e4fb8b7bda002c6c88382d157207897d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-Object System.IO.Compression.DeflateStream([System.IO.File]::Open('<файл архив>', [System.IO.FileMode]::Open), [System.IO.Compression.CompressionMode]::Decompress)).CopyTo([System.IO.File]::Create('<файл результат>')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment