About 1,100,000 results
Open links in new tab
  1. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · Is it possible to create a .zip file from a folder in the command line, I don't want to use any third party executable. I was thinking something like 'send to compressed folder' but I …

  2. Can you zip a file from the command prompt using ONLY

    Feb 20, 2010 · I used the zip.exe and cywin1.dll (3mb) to satisfy the ZIP and usage is one line... from the zip itself of using some batch code. I know can use a php bancompile'd with argv 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. powershell - Create a archive split into blocks of a maximum size …

    Mar 12, 2024 · The best tool for that on Linux is PowerShell (which will require a small learning curve for a Linux user). See the post ZIP a folder of files into multiple "stand-alone" ZIP files of …

  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. 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 …

  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 zip a list of files in Linux - Super User

    Nov 2, 2014 · grep abc file-* > out.txt to make a file with all the instances of "abc" in each file. I need the files themselves. How can I tell bash to zip only those files?

  9. Windows command-line: create a file with the current date in its …

    Sep 28, 2009 · The problem is, how would I use the output of sed to create the file name of the zip archive? In Unix (bash), one can use back-quotes to evaluate-in-place a command and …

  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 …