About 88,300 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 don't know h...

  2. 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?

  3. Can you zip a file from the command prompt using ONLY ... - Super User

    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 pass a file …

  4. powershell - Create a archive split into blocks of a maximum size using ...

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

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

    I have all the command line utils installed, and need to split an existing .zip (or) new file(s) into (50MB) .zip segments in Terminal. i.e. Folder X = 900MB > Create self extracting .zip archive >

  6. 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 zip file as …

  7. macos - Compress files from OS X terminal? - Super User

    Nov 13, 2012 · 63 with considering the above answers, If you want to compress a directory or folder with the zip command: zip -r directory.zip directory Explanation: zip command for zipping directory.zip is …

  8. Zip files without compression - Super User

    Using the zip command, you can supply a specific list of extensions to store without compression. That way you don't waste time (re-)compressing your media files, but you still get the benefits of …

  9. How can I create a batch job (.bat) that zip a folder?

    Mar 5, 2014 · My intention is to backup all the doc files in MyDocs folder (including subfolders) and put them in a dated zip file. Afterwards I will move this file with robocopy to my server, but at the moment …

  10. 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 7zip?