Package | command Line | upload | How to compress the WinZip command line on the server side to pack and compress multiple files uploaded?
To solve this problem, first of all, to understand the Windows scripting Host, referred to as wsh! Here is a reference to Microsoft's explanation:
************************************************************************
* WSH is one of a series of Microsoft scripting technologies, which simply provides a scripting
, false, or continuing without waiting for the end of the process for the specified script to be executed.
5. Call WSH's built-in objects, as you can call functions and procedures.
such as Call Wshshell.run ("D:\winnt\system32\cmd.exe", 1, true)
If you are interested in WSH and want to know more, please see
Http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsconwshbasics.asp
http://www.dev-club.com/club/bbs/showEssence.asp?id=11136
Now let's take a closer look at h
Article Title: Decompress the Winzip package containing the Chinese file name. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I. Problems:
One day someone sent me a. ZIP file. I unzip it, but found that the file name of the Chinese name is wrong.
2. search for
informationWzunzip Test.zipWinrar e TestUnzip the file to the specified directory, and if the directory does not exist, automatically createsWzunzip Test,zip NewFolderWinrar x Test.rar NewFolderUnzip the file and confirm the overwrite fileWzunzip test.zip-yWinrar x test.rar-yUnzip a specific fileWzunzip Test *.txtWinrar x Test *.txtUnzip an update file for an existing fileWzunzip test.zip-fWinrar x test.rar-fUnzip the updated file and new file of the existing fileWzunzip Test-nWinrar x test-uBu
The principle of this article is to use the Windows platform-installed WinRAR (WinZip) to implement calls to C # programs (Note: WinRAR compression decompression WinZip is also applicable).Let's take a look at the support invocation command of WinRAR (WINZIP) itself:Compression command: a {0} {1}-r "{0}: File name after compression | {1}: File physical path to be
Alas, I recently learned about the netbeans plug-in, so I downloaded a source code. Who knows that there is always a problem with decompression, so there will be no downtime, and there will be more than a number of versions. But there is still a problem. Finally, we found that the problem was caused by WinZip. Only WinZip is installed in the internship company. The company is feeling strange ". Some advocat
A powerful and easy-to-use compression utility
Program, Supports zip, cab, tar, Gzip, mime, and more compressed files. it is tightly integrated with Windows Resource Manager drag and drop, and does not need to leave the resource manager for compression/decompression. this includes the WinZip wizard and the WinZip Self-uncompressor personal version.
-WinZip 11
A powerful and easy-to-use compression utility that supports ZIP, CAB, TAR, GZIP, MIME, and more-formatted compressed files. The feature is tightly integrated with the Windows Explorer drag-and-drop integration without having to leave the resource manager to compress/ Decompression. Includes the WinZip Wizard and the WinZip self-extracting personal version.
-WinZip
Today, I received a letter from the United States, which is a WinZip software CD, a free license, or a Pro version, worth 49.95 US dollars. I have never applied for it. They sent it on their own initiative. It seems to be a marketing campaign. As a matter of fact, I liked WinZip more than a decade ago, but later I gave up using WinZip with a lower compression rat
Beijing time July 26 News Corel's WinZip
Computing Company launched a grand winzip®15 for the world's leading application in Windows®
The latest version of the file compression, encryption, and compression email attachment optimization software. Backed by powerful features of a new WINZIP compression engine, WinZip 1
Package | server | command Line | upload | compression | Original How to call the WinZip command line on the server side to pack and compress multiple files uploaded?
To solve this problem, first of all, to understand the Windows scripting Host, referred to as wsh! Here is a reference to Microsoft's explanation:
************************************************************************
* WSH is one of a series of Microsoft scripting technologies, which
Prepared by: xbeta version: 070706/070317 by: making good use of soft http://xbeta.info
7-Zip is a great compression software: Open Source, free, multi-language, extremely small, stable and powerful, and high compression ratio. It is my preferred tool for processing compressed files.
Official Chinese http://www.7-zip.org/zh-cn/Official Website English http://www.7-zip.org/Image download http://www.tuzigo.com/7-zip/
The software name is 7-zip. Try not to write it as 7zip or 7-zip. The file format
A powerful and easy-to-use compression utility that supports ZIP, CAB, TAR, GZIP, MIME, and more-formatted compressed files. This feature is tightly integrated with Windows Explorer drag-and-drop and is compressed/uncompressed without leaving the resource manager open. Includes the WinZip Wizard and the WinZip self-extracting personal version. Awarded the best boutique utility program by PC Magazine magazin
As a document compression tool, WinZip in the 90 's and the early 2000 's the beginning of the red through the sky, the annual download volume can be almost 30 million times. but now, WinZip's manufacturers have moved to the cloud, and have launched Zipshare, the file compression, management, encryption and sharing services. in principle, the service is no different from the large file storage/hosting platforms.
Currently, Zipshare allows users to
The Shellshock vulnerability is out of control. Yahoo! and WinZip
Security researcher Jonathan Hall recently claimed to have discovered a botnet built by a Romanian hacker and used the Shellshock vulnerability to control the servers of a large number of well-known Internet companies, including the official website of Yahoo and the compression tool software WinZip.
Jonathan Hall recently released a Yahoo Se
When it comes to compression, many friends will think of software such as WinRAR and WinZip. In fact, Windows XP also provides us with a simple and practical compression function, enough to meet our daily compression needs. The following describes how to use it ......1. compressed filesDirect Compression: select the file to be compressed, and right-click the file and select "send to → ZIP folder" (1 ).Indirect compression: Right-click the blank area o
encoding
ZipArchiveInputStream(InputStreaminputStream,Stringencoding, booleanuseUnicodeExtraFields, booleanallowStoredEntriesWithDataDescriptor)Create an instance using the specified encoding
Parameters: inputStream -The stream to wrapThis construction method does not indicate what the InputStream parameter is, and tries it on the Internet, using:Val ZipFile =NewZipFile (source, sourcecharacters) var entries=ZipFile.getEntriesentries.foreach (Entry=if(Entry! =NULL) {
How do I call the WinZip command line on the server side to pack and compress multiple files that are uploaded?
To solve this problem, first of all, to understand the Windows scripting Host, referred to as wsh! Here is a reference to Microsoft's explanation:
************************************************************************
* WSH is one of a series of Microsoft scripting technologies, which simply provides a scripting environment, *
* In this en
Linux commonly used compression commands have gzip and zip, two kinds of compression package end different: Zip Compressed after the file is *.zip, and gzip compressed file *.gz; The corresponding decompression command is gunzip and unzipgzip Command:# gzip Test.txtIt will compress the file into a file test.txt.gz, the original file is not, unzip the same# Gunzip Test.txt.gzIt will unzip the file into a fil
Linux commonly used compression commands are gzip and zip, the end of the two compression packages are different: Zip compressed after the file is *.zip, and gzip compressed files *.gz
The corresponding decompression commands are gunzip and unzip.
gzip Command:
# gzip Test.txt
It will compress the file into a file test.txt.gz, the original file is not, the decompression is the same
# Gunzip Test.txt.gz
It will
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.