본문 바로가기

카테고리 없음

Make Zip File Windows 7



Learn how to Zip files easily in Windows XP, Vista and 7 using Windows Explorer. Next, right click and navigate to the “Send To” options. From the sub-options, choose “Compressed (Zipped) Folder”. Wait a moment while Windows compresses the files. When the task is completed, type a name for the zipped folder or simply press enter to accept the default name. You’re finished, the files are now stored inside the zip archive.

  1. Check my blog here: This tutorial is about how to ZIP a file or Folder in Windows 7. We may need to ZIP a file/ folder in following.
  2. 7-Zip Tutorial #4 – How to Set 7-Zip as Your Default File Archiver. 7-Zip is a lightweight yet powerful and efficient free file archiver for Windows-based computers, with it you'll be able to compress files and decompress archives in an easy and effective way.
Active1 year, 1 month ago

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 how to do it..

user466047

migrated from stackoverflow.comOct 20 '10 at 8:11

Canoscan 3200f driver windows 8 64 bit. This question came from our site for professional and enthusiast programmers.

10 Answers

Starting with PowerShell 5 (February 2016), you can use 'Compress-Archive':

Make Zip File Online

Or:

Create Zip File Windows 7 With Password

Steven PennySteven Penny

Windows

I don't think there is a command line for ZIP files built in to Windows (Other than compress in Server 2003 Resource Kit). You'd have to use a third party. Everybody loves 7zip!

EMMERICHEMMERICH

I've combined this script from several different sources to suit my needs better. Copy and paste the script into a file with the extension '.vbs'. The script was originally made for Windows XP, but it also works in Windows 7 x64 Ultimate - no guarantee's if Windows will keep around the various Shell objects this uses.

Usage: in the run box or command line put-

Path to script, source folder, zip file to make (include .zip at the end).

It won't copy empty folders so be careful.

Here is the vbs code ---

WSkidWSkid

It is possible to run PowerShell script from BAT. Bat file receive path to dir to be zipped and zip file name as parameters.

cam029cam029

Here is a great link that shows how to zip a file using windows native commands.

I tested it with a directory containing multiple nested files and folders and it worked perfectly. Just follow the format of the command line.

There is also a way to unzip the files via command line which I found as well. One way, just brings open an explorer window showing what the content of the zipped file is. Some of these also use Java which isn't necessarily native to windows but is so common that it nearly seems so.

Community
LostUserLostUser

This is an old question, but it's relevance is still current.

Make Zip File Windows 7

Windows of course has it's own compression algorithm built in for using zip files, but, it really performs poorly when compared to the 7zip open source product found here http://www.7-zip.org/

Others have already discussed various methods for using the built in windows functions, my solution requires installing the additional software.

7Zip supports a wide range of files, including ZIP, RAR, CAB and ISO and it's own 7z format.

You can view the command line help:'C:Program Files7-Zip7z.exe' --help

to perform a simple add to zip archive:

'C:Program Files7-Zip7z.exe' a filename.zip c:path

Dwight WilbanksDwight Wilbanks

Here is another idea, from 4 different sources; not my ideas, but I compiled them to make it work for me

eyeH8bingDotComeyeH8bingDotCom

Make Zip File Windows

Imagine that you want to compress the same folder that you are on Command Prompt WITHOUT opening a powershell window:

Wagner Bertolini JuniorWagner Bertolini Junior

I will post something related to WSkids answer as sadly i cannot use the comment function.

Download hyperdesk disney s it s a magical world free shared files from DownloadJoy and other world's most popular shared hosts. Our filtering technology ensures that only latest hyperdesk disney s it s a magical world files are listed. Aug 19, 2012  Hyperdesk disney theme – free download – (7 files), Hyperdesk disney theme free download – Hyperdesk Disney it’s a Magical World Theme,HD Disney Max Blue Edition VISTA 32,HD Disney Max. Insert the sheet of labels into your printer so the text will be printed on the labels. File Distribution Notice of Hyperdesk - Disney's It's a Magical World Commercial - Hyperdesk - Disney's It's a Magical World Free Download - 2000 Shareware periodically updates software information of Hyperdesk - Disney's It's a Magical World from the publisher, so some information may be slightly out-of-date. You should confirm all information. Click it and That's it, you're done amigo! Hyperdesk disney s it s a magical world download will begin. About Tradownload TraDownload lets you anonymously share files online with two simple clicks, download streams, mp3 audio and shared files from worlds most popular Storages. Hyperdesk-Disney’s It’s A Magical World Hypersuite. Windows XP 32-bit with SP2 or SP3/Vista. At The Skins Factory, we're able to apply our extensive cross- disciplinary experience to virtually every aspect of a website's visual development & interaction design. Hyperdesk disney s it s a magical world.msi

Using the CopyHere() method in VBS introduces several issues. One of these issues is that the method returns immediately while the copy process starts in background whereas multiple CopyHere() calls will interfere each other and the ZIP won't be created correctly. A wait loop is needed here to fix that. My wait loop is based on an answer to a similar issue posted here.

Here is an updated version which fixes the 'Object required' error reported by pihentagy. It's a timing issue as the newly created ZIP file is included in the Items collection when the script is executed on fast machines.

Community
ViRuSTriNiTyViRuSTriNiTy

Here'a my attempt to summarize built-in capabilities windows for compression and uncompression - https://stackoverflow.com/questions/28043589/how-can-i-compres-zip-and-uncopress-unzip-files-and-folders-with-batch-f

Creating Zip Files Windows 7

with a few given solutions that should work on almost every windows machine.

How To Zip Files In Windows 10

Community
npocmakanpocmaka