WinRAR的命令行模式用法介绍
2020-12-26 06:26
标签:cal 级别 mdm logs arc http arch new add 因工作中要对数据打包,顺便研究了下WinRAR的命令行模式,自己写了些例子,基本用法如下: 测试压缩文件准备:文件夹test_data,内部包含子文件夹,分别存放了一些*.log和*.txt文件。 测试代码如下: 以上为winrar的基本压缩,解压命令。 关于winrar 的开关选项,以后有空再研究整理。 备注:WinRAR.exe为安装完后,从安装目录将主程序winRAR.exe拷贝出来即可,该程序是独立可运行的。 以下为winRAR的命令帮助原文: Alphabetic commands list Winrar的命令行模式程序在安装目录下的 rar.exe (打包压缩程序),unrar.exe(解压缩程序),以我安装的winrar5.3为例,帮助文档如下: ..\WinRAR\Rar.exe: [: ..\WinRAR\unRar.exe: [: WinRAR的命令行模式用法介绍 标签:cal 级别 mdm logs arc http arch new add 原文地址:https://www.cnblogs.com/jijm123/p/13377974.htmlrem 压缩全部文件,按类型压缩,zip打包
WinRAR.exe a num_all.zip .\test_data WinRAR.exe a num_txt.zip .\test_data\num*.txt
WinRAR.exe a num_log.zip .\test_data\num*.log
rem 压缩全部文件,按类型压缩,rar打包
WinRAR.exe a num_all.rar .\test_data WinRAR.exe a num_txt.rar .\test_data\num*.txt
WinRAR.exe a num_log.rar .\test_data\num*.log
rem 默认压缩根目录,递归处理子文件夹使用 -r
WinRAR.exe a -r num_all_tg.zip .\test_data\*.*
WinRAR.exe a -r num_all_txt.zip .\test_data\*.txt
WinRAR.exe a -r num_all_log.rar .\test_data\*.log
rem 添加注释,注释从一个txt文件读取,txt文件名info.txt
WinRAR.exe c -zinfo.txt num_all.zip
WinRAR.exe c -zinfo.txt num_all.rar
rem 从压缩包中读取注释,写入到read.txt文件,默认ASCII,参数-scuc表示unicode
WinRAR.exe cw num_all.zip read1_ASCII.txt
WinRAR.exe cw num_all.rar read2_ASCII.txt
WinRAR.exe cw -scuc num_all.rar read_unicode.txt
rem 从压缩包中删除制定文件
WinRAR.exe d num_all_tg.zip *.log
rem 解压到当前目录下,不包含压缩包内的路径
WinRAR.exe e num_all_tg.zip
rem 解压到制定目录下,不包含压缩包内的路径
WinRAR.exe e num_all_tg.zip .\test_d2
rem 解压到当前目录下,只解压制定类型的文件
WinRAR.exe e num_all_tg.zip *.log
rem 给压缩包内的文件重命名
WinRAR.exe rn num_all_tg.zip num(1).txt num(1).bak num(2).txt num(2).bak
WinRAR.exe rn num_all.rar *.txt *.bak
rem 使用压缩包捏的绝对路径解压
WinRAR.exe x num_all_tg.zip
rem 使用压缩包捏的绝对路径解压,解压指定类型文件
WinRAR.exe x num_all_tg.zip *.log
rem 使用压缩包捏的绝对路径解压,解压指定类型文件,并解压到指定文件夹
WinRAR.exe x num_all_tg.zip *log .\new_data\
a
add files to an archive
c
add an archive comment
ch
change archive parameters
cv
convert archives
cw
write an archive comment to file
d
delete files from an archive
e
extract files from an archive, ignoring paths
f
freshen files within an archive
i
find string in archives
k
lock an archive
m
move files and folders to an archive
r
repair a damaged archive
rc
reconstruct missing volumes
rn
rename archived files
rr[N]
add data recovery record
rv[N]
create recovery volumes
s[name]
convert an archive to a self-extracting type
s-
remove SFX module
t
test archive files
u
update files within an archive
x
extract files from an archive with full paths
RAR 5.30 beta 2 版权所有 (C) 1993-2015 Alexander Roshal
试用版本 输入 RAR -? 以获得帮助
用法:rar -1> -
a 添加文件到压缩文件
c 添加压缩文件注释
ch 更改压缩文件参数
cw 将压缩文件注释写入文件
d 从压缩文件中删除文件
e 提取文件无需压缩文件的路径
f 更新压缩文件里的文件
i[par]=
从列表文件读取额外的过滤器掩码
o[+|-] 设置覆盖模式
oc 设置 NTFS 压缩属性
oh 将硬链接保存为链接而非文件
oi[0-4][:min] 将完全相同的文件保存为引用
ol[a] 将符号链接作为链接处理 [绝对路径]
or 自动重命名文件
os 保存 NTFS 流
ow 保存或恢复文件所有者和组
p[password] 设置密码
p- 不查询密码
qo[-|+] 添加快速打开信息 [无|强制]
r 递归子目录
r- 禁用递归
r0 仅为通配符名称递归子目录
ri
] 设置优先级 (0-默认,1-最小..15-最大) 和睡眠时间为 ms
rr[N] 添加数据恢复记录
rv[N] 创建恢复分卷
s[UNRAR 5.30 beta 2 免费软件 版权所有 (C) 1993-2015 Alexander Roshal
用法:unrar -1> -
e 提取文件无需压缩文件的路径
l[t[a],b] 列出压缩文件内容 [technical[all], bare]
p 打印文件到 stdout
t 测试压缩文件
v[t[a],b] 详细列出压缩文件内容 [technical[all],bare]
x 使用完整路径提取文件
- 停止参数扫描
@[+] 禁用 [启用] 文件列表
ac 压缩或解压后清除存档属性
ad 添加压缩文件名到目标路径
ag[格式] 使用当前日期生成压缩文件名
ai 忽略文件属性
ap 添加路径到压缩文件中
c- 禁用注释显示
cfg- 禁用读取配置
cl 转换名称到小写
cu 转换名称到大写
dh 打开已共享文件
ep 从名称里排除路径
ep3 扩展路径为完整路径包括驱动器盘符
f 更新文件
id[c,d,p,q] 禁用信息
ierr 发送所有消息到 stderr
inul 禁用所有消息
ioff 完成操作后关闭电脑
kb 保留损坏的已解压缩文件
n
从列表文件读取额外的过滤器掩码
o[+|-] 设置覆盖模式
oc 设置 NTFS 压缩属性
ol[a] 将符号链接作为链接处理 [绝对路径]
or 自动重命名文件
ow 保存或恢复文件所有者和组
p[password] 设置密码
p- 不查询密码
r 递归子目录
ri
] 设置优先级 (0-默认,1-最小..15-最大) 和睡眠时间为 ms
sc 排除指定列表文件里列出的文件
y 对所有询问假定选择“是”
下一篇:C#使用Tcp/Udp协议