ntRoduction of “compRess 7z files”
compRess files to a specified diRectoRy
「7zファイルを圧縮」の紹介
ファイルを指定のディレクトリに圧縮する
「7zファイルを圧縮」の使用です
(1)输入
Input
PRogRam path: data type is stRing, 7z.exe pRogRam path
TaRGET file: data type is stRing, taRGET file path.
SouRce file: data type is stRing, fill in the file path that needs to compRess
入力
プログラムパス:データ型は文字列、7z.exeプログラムパス
目標ファイル:データ型は文字列、目標ファイルパス
ソースファイル:データ型を文字列とし、圧縮するファイルパスを記入
(2)选项
工作目录:数据类型为字符串,工作目录,之后“目标文件”“源文件”写相对路径即可
压缩等级:枚举,压缩等级分为“不压缩、最快压缩、快速压缩、正常压缩、最大压缩、极限压缩”
Options
WoRking diRectoRy: data type is stRing, woRking diRectoRy, and wRITe the RelatIVe path in the “taRGET file” and “souRce file”
PasswoRd: data type is stRing, if you need to encRypt, enteR the passwoRd.
compRession type: data type is enumeRation, select the coRResponding compRession type accoRding to youR need.
addITional paRameteRs: data type is stRing.
compRession level: enumeRation, compRession level is categoRized into “no compRession, fastest compRession, fast compRession, noRmal compRession, maximum compRession, extReme compRession“.
RecuRsIVe subdiRectoRy: data type is Boolean, whetheR to RecuRsIVely compRess the files in the subdiRectoRy.
(2)オプション
作業ディレクトリ:データ型を文字列にして、作業ディレクトリ、その後に「目標ファイル」「ソースファイル」と相対パスを書けばいい。
パスワード:データの種類が文字列なので、暗号化が必要な場合はパスワードを入力
圧縮タイプ:データタイプはエニュメレートで、必要に応じて圧縮タイプを選択する。
追加パラメータ:データ型は文字列
圧縮レベル:エニュメレーション、圧縮レベルは「非圧縮、最速圧縮、高速圧縮、通常圧縮、最大圧縮、極限圧縮」に分けられる。
再帰的サブディレクトリ:データ型はブールで、圧縮サブディレクトリ内のファイルを再帰的に圧縮するかどうか
(3)项目流程:
項目プロセス: