Answers for "powershell command unzip file in current directory"

2

powershell unzip file

Expand-Archive -LiteralPath C:\Archives\Invoices.Zip -DestinationPath C:\ InvoicesUnzipped
Posted by: Guest on November-18-2020

Code answers related to "powershell command unzip file in current directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language