About 524,000 results
Open links in new tab
  1. 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 …

  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 …

    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 …

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

  5. compress file using command line windows, (making zip file, using …

    Nov 9, 2015 · Used to use pkzip for (real) DOS back in the day, 25 years ago. Since then i've rarely done compressing from command line but when I did on Windows, I used 7-zip, 7zip …

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

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

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

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

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