
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 …
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 …
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?
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 …
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 …
How do I split a .zip file into multiple segments? - Super User
I was able to extract my data from the split .zip files (created with Zip 3.0 on the Mac OS X 10.11 command line) using 7-Zip running on Windows in a virtual machine.
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 …
How can I create a .zip file for each folder within another folder?
23 Under the folder images\, I have the following folders: Usa\ Italy\ Japan\ etc.. I want a script that creates a .zip for each of these folders, so I have usa.zip , italy.zip, japan.zip. How can I …
7 zip - 7-Zip command line to zip all the content of a folder …
Possible Duplicate: Create an archive from a directory without the directory name being added to the archive I have a folder that I want to zip completely: MyFolder | |--- SubFolde...
bash - Unix zip directory but excluded specific subdirectories (and ...
I'm trying to zip a directory (on Unix via SSH) but I need to exclude a couple of subdirectories (and all files and directories within them). So far I have this: zip -r myarchive.zip dir1 -x dir1/