好湿?好紧?好多水好爽自慰,久久久噜久噜久久综合,成人做爰A片免费看黄冈,机机对机机30分钟无遮挡

主頁 > 知識庫 > 7zip在dos命令行用法總結(jié)

7zip在dos命令行用法總結(jié)

熱門標(biāo)簽:地圖標(biāo)注顯示小區(qū) 征服者博物館地圖標(biāo)注點 江蘇手機(jī)外呼系統(tǒng)供應(yīng)商 江蘇辦理400電話是免費的嗎 南京機(jī)器人外呼系統(tǒng)多少錢 福建防封電銷卡辦理套餐 滄州外呼增值業(yè)務(wù)線路解決方案 沙依巴克工廠地圖標(biāo)注 紹興400電話怎么辦理

7zip功能很強(qiáng)大,你只要兩個文件,7z.exe以及7z.dll就可以使用命令行工作了。

安裝完7zip軟件后,在其安裝目錄下找到7z.exe和7z.dll兩個文件,將其復(fù)制到C:\Windows\System32便可以在DOS直接應(yīng)用。

常用方式:

-o (set Output directory) switch
Specifies a destination directory where files are to be extracted.

This switch can be used only with extraction commands.

Syntax-o{dir_path} {dir_path} This is the destination directory path. It's not required to end with a backslash. If you specify * in {dir_path}, 7-Zip substitutes that * character to archive name.
Example 7z x archive.zip -oc:\Doc
extracts all files from the archive.zip archive to the c:\Doc directory.

7z x *.zip -o*
extracts all *.zip archives to subfolders with names of these archives.

Usage: 7za command> [switches>...] archive_name> [file_names>...]
[@listfiles...>]

1. "a",添加文件
7z a -t7z files.7z *.txt

2. "d", 刪除文件
7z d archive.zip *.bak -r
從zip文件中刪除所有的*.bak文件

3. "e", 解壓縮
7z e archive.zip

4. "l", 列出文件
7z l archive.zip

5. "t", 測試完整性
7z t archive.zip *.doc -r

6. "u", 更新
7z u archive.zip *.d

7. "x", 與e相同,但保留全路徑

8. "m", 指定優(yōu)化級別
Compression switch: -mx0
What it means: Don't compress at all.
Is called "copy mode."

Compression switch: -mx1
What it means: Very low compression.
It is called "fastest" mode.

Compression switch: -mx3
What it means: Fast compression mode.
Will set various parameters automatically.

Compression switch: -mx5
What it means: Same as above, but "normal."

Compression switch: -mx7
What it means: "maximum" compression.

Compression switch: -mx9
What it means: "ultra" compression.
(You probably want to use this.)

9. "-m"選項:
Switch: -mfb
Function: Specifies # of fast bytes.
Sometimes help with very "sparse" files.
Don't bother.

Switch: -mpass
Function: Number of passes for deflate compression.
Don't bother with this.
Automatically set with levels.

Switch: -md
Function: Specifies dictionary size.
Automatically set, so don't bother.

Switch: -mmt
Function: Enable multithreading.
Use if: you have quad-core and a really huge archive.
Specify "on" or "off".
This may be enabled by default; check the help file.

10. "-t"選項
指定壓縮文件類型
Type switch: -t7z
Format: 7Z
Example filename: archive.7z (default option)

Type switch: -tgzip
Format: GZIP
Example filename: archive.gzip
archive.gz

Type switch: -tzip
Format: ZIP
Example filename: archive.zip (very compatible)

Type switch: -tbzip2
Format: BZIP2
Example filename: archive.bzip2

Type switch: -ttar
Format: TAR
Example filename: tarball.tar (UNIX and Linux)

Type switch: -tiso
Format: ISO
Example filename: image.iso

Type switch: -tudf
Format: UDF
Example filename: disk.udf

7z a -tiso archive.iso
7z a -tudf archive.udf

7z: executable name
a: add to archive
-tiso or -tudf: format of archive to create
archive.iso or archive.udf: name of archive to create

10. 硬壓縮
Switch: -ms=on
Function: Enable solid mode.
This is the default so you won't often need this.

Switch: -ms=off
Function: Disable solid mode.
This is useful when you need to update individual files.
Will reduce compression ratios normally.

11. "-p"設(shè)定密碼
7z a pw.7z *.txt -pSECRET

12. 其它選項:
Switch: -ssc
Function: Specify case-sensitive mode.
Useful for going between Linux and Windows.
Default: -ssc- on Windows (insensitive)
Default: -scc on Linux (sensitive)


Switch: -ssw
Function: Compress locked files.
Use if: you have problems with opening files.

Switch: -w
Function: Set working directory.
Use when you want to specify temp folders.

Switch: -aoa
Overwrite all destination files.

Switch: -aos
Skip over existing files without overwriting.
Use this for files where the earliest version is most important.

Switch: -aou
Avoid name collisions.
New files extracted will have a number appending to their names.
(You will have to deal with them later.)

Switch: -aot
Rename existing files.
This will not rename the new files, just the old ones already there.
Use when the new files are more important.

7z x test.zip -aoa

7z: use the 7-zip executable
x: use the extract command
test.zip: extract files from this archive

-aoa: overwrite all existing files. risky!

標(biāo)簽:湘西 巴中 宜賓 香港 陽泉 烏魯木齊 小程序 吳忠

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《7zip在dos命令行用法總結(jié)》,本文關(guān)鍵詞  7zip,在,dos,命令行,用法,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《7zip在dos命令行用法總結(jié)》相關(guān)的同類信息!
  • 本頁收集關(guān)于7zip在dos命令行用法總結(jié)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 骚虎黄色影院| 内衣办公室1-3| 麻豆午夜视频在线观看| 55夜色66夜色欧洲精品| 日韩在线视| 一级福利视频| 91人妻人人做人碰人人爽久色| 国产在线观看不卡一区二区三区| 国产60部真实乱磁力下载| 77色视频在线| 双性高h嗯…啊| 美女扒开嫩嫩的尿囗让人桶出白浆| 一级a特特黄特黄大片| 她也色视频在线| 一个人的视频在线免费观看| 扒开粉嫩小泬舌头伸进去| 亚洲天堂一区在线| 亚洲精品理论| 国产区一二三四区2021| 少妇老师婬荡呻吟1| 侯府荡女H女奶水苏晚晴| 女员工的滋味7在线观看中文| 日本湿姝在线观看| 久久综合伊人77777麻豆| 嫩草影院2019| 久久久久精品一级毛片野外互动 | japanesexxxxfree高清日本| 亚洲精品视频在线看| 精品无码一区二区三区电影桃花| 全城戒备电影免费国语在线观看| 色精品视频| 哺乳授乳AV在线播放| 性妓院妓女BD播放| 欧美大胆a视频| 爽?好多水?快?呻吟视频| 人人揉人人捏人人添三级视频三级 | 《浴室狂欢》李采潭| 中文字幕精品无码亚洲色戒| 欧美午夜一级特黄A片大红米店| 韩国护士三级在线观看| 毛片毛片毛片|