How to ZIP / UNZIP files using Run Program AC


How to ZIP / UNZIP files using Run Program AC with Powershell.exe:

 

Zip files:

Compress-Archive -Path C:Invoices -DestinationPath C:ArchivesInvoices

 

25752iA7A597A29F444E57.jpg

 

unzip a file:

Expand-Archive -Force C:WhereFolderfile.zip C:ToFolder

 

25753iAE6183B261C050BB.jpg

 

 


0 replies

Be the first to reply!

Reply