How to ZIP / UNZIP files using Run Program AC with Powershell.exe:
Zip files:
Compress-Archive -Path C:Invoices -DestinationPath C:ArchivesInvoices
unzip a file:
Expand-Archive -Force C:WhereFolderfile.zip C:ToFolder
How to ZIP / UNZIP files using Run Program AC with Powershell.exe:
Zip files:
Compress-Archive -Path C:Invoices -DestinationPath C:ArchivesInvoices
unzip a file:
Expand-Archive -Force C:WhereFolderfile.zip C:ToFolder
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.