About 531,000 results
Open links in new tab
  1. Can you zip a file from the command prompt using ONLY …

    Feb 20, 2010 · 142 I have a batch file that outputs a text file. I want to zip it too. This will be used in an uncontrolled environment, so I can't make assumptions about the presence of third-party …

  2. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · Can you zip a file from the command prompt using ONLY Windows' built-in capability to zip files? I tested it with a directory containing multiple nested files and folders and …

  3. Zipping folders and their contents into a .zip file in Linux

    Nov 23, 2010 · How do I make a .zip file that contains every file AND every folder in the directory?

  4. command line - Creating an archive from a directory without the ...

    Aug 7, 2017 · I want to run the 7-zip command line tool to compress all the files in folder1 to a zip file called folder1.zip. Running the following 7za.exe a -tzip folder1.zip folder1\\*.* produces a …

  5. How do I split a .zip file into multiple segments? - Super User

    Usage: zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list] The default action is to add or replace zipfile entries from list, which can include the special name - to compress …

  6. powershell - Create a archive split into blocks of a maximum size …

    Mar 12, 2024 · See the post ZIP a folder of files into multiple "stand-alone" ZIP files of maximum size. The answer by Minkulai contains a PowerShell script that collects files into chunks of …

  7. archiving - How do I create separate zip files for each selected file ...

    This is the internal zip packer from Total Commander: However I want to use my 7zip packer. When I select 5 files, I get 5 separate .zip archives for each selected file. How do I do that in …

  8. How to create password protected zip file in windows using cmd

    May 11, 2022 · I am looking to create a password protected zip file in Windows 10 using command prompt. The closet I've got is this powershell script that creates a zip file without a …

  9. How to create a zip file compatible with Windows under Linux

    I compressed the same data using Windows built-in zip mecanism, and from a Linux point of view, I cannot see any difference in the file type: $ file madeinlinux.zip : Zip archive data, at least …

  10. How can I create a .zip file for each folder within another folder?

    It will not delete old zip files or the source folders. Zip is smart enough to detect existing zip files and update them when run again. However, if you delete a file in the source folders it will not …