Link to home
Start Free TrialLog in
Avatar of WeTi
WeTi

asked on

Command 7zip from PowerShell

Dear expert

I would like to command 7zip from PowerShell script to zip files under folder c:\temp\ and I also want to split the zip files when it reach 500MB or 1GB.
Or without 7zip powershell can zip itself works too, however keep in mind that I am using a older version of powershell.

Thanks you.
ASKER CERTIFIED SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WeTi
WeTi

ASKER

works
Keep in mind that the multiple chunks that are created from a large set of files are not each independent ZIP archives that can be extracted from.  You still have to have all the pieces and extract from them as a group.


»bp