web-dev-qa-db-ja.com

Zip for Windows Server 2008コマンドライン?

これは以前に尋ねられたことは知っていますが、Windows Server 2008に対する答えは見つかりませんでした。私が見つけたほとんどの参照は、Windows Server 2003リソースキットに関するものですが、2008に関するものではありません。

サードパーティのツールがあることは知っていますが、2003年の解決策があるので、2008年の何かがあると思いますか?

2
Remy

7Zipをインストールします

http://www.7-Zip.org/

必要に応じてパスに入れてください。

Windowsからのツールが本当に必要な場合は、2k3リソースキットをインストールし、「圧縮」ユーティリティを使用します。

リソースキット: http://www.Microsoft.com/download/en/details.aspx?displaylang=en&id=17657

圧縮ユーティリティ

C:\>compress /?

Syntax:

COMPRESS [-R] [-D] [-S] [ -Z | -ZX ] Source Destination
COMPRESS -R [-D] [-S] [ -Z | -ZX ] Source [Destination]

Description:
Compresses one or more files.

Parameter List:
-R Rename compressed files.

-D Update compressed files only if out of date.

-S Suppress copyright information.

-ZX LZX compression. This is default compression.

-Z MS-Zip compression.

Source Source file specification. Wildcards may be
used.

Destination Destination file | path specification.
Destination may be a directory. If Source is
multiple files and -r is not specified,
Destination must be a directory.
3
ckliborn