You can create multi-volume archives (e.g., Examples.7z.001 , Examples.7z.002 ) to split large files. Command Line Switches: -y : Assume "Yes" on all queries (useful for scripts). -r : Recurse into subdirectories. For more information, visit the 7-Zip history page. To give you a better guide, are you using: Windows (GUI)? Linux/Command line ?
7z e Examples.7z -o"C:\soft" *.cpp -r 3. Creating/Modifying .7z Archives Add Files to Archive: 7z a archive.7z files Examples.7z
7z e Examples.7z -oC:\path\to\folder (Note: No space between -o and the path) You can create multi-volume archives (e