[原创]ML2.0中解压缩加密 .RAR文件方法
在群里有个朋友问怎么样解压缩带密码的RAR压缩包,方法如下:环境: ML2。0 RC1
压缩包:Setup.exe (加密密码:123)
命令:
rar <command> -<switch 1> -<switch N> <archive> <files...><@listfiles...> <path_to_extract\>
command参数:
e Extract files to current directory
switch参数:
hpEncrypt both file data and headers
方法:
rar e -hp123 setup.rar
123为已知密码。
其它参数请用
rar -?
查看。
页:
[1]