作者craftwar (还是在1.22前完成了)
看板EZsoft
标题Re: [请问] 关於压缩档内的档案
时间Fri Aug 8 08:09:23 2008
※ 引述《junsport (家里蹲废材)》之铭言:
: 用winrar打开压缩档内的资料时
: 需要将压缩档内的档案名称全部复制起来
: 贴到记事本或是word上去制作成一个目录
: 请问有什麽压缩软体可以做到吗?
: 或是用其他软体可以达到我的目的?
: winrar3.71我找过後好像没看到有这种功能的选项
: 请版上前辈赐教 m(_ _)m
内容来自Console RAR manual (Rar.txt)
用list来search很容易就找到了
l[t,b] List contents of archive [technical]. Files are listed as with
the 'v' command with the exception of the file path. i.e. only
the file name is displayed. Optional technical information
(host OS, solid flag and old version flag) is displayed
when 't' modifier is used. Modifier 'b' forces RAR to output
only bare file names without any additional information.
v[t,b] Verbosely list the contents of archive [technical].
Files are listed using the format: full pathname, file comment,
original and compressed size, compression ratio, last update
date and time, attributes, CRC, compression method and minimum
RAR version required to extract. Optional technical information
(host OS, solid flag and old file version flag) is displayed
when 't' modifier is used. Modifier 'b' forces RAR to output
only bare file names without any additional information.
To list the contents of all archive volumes, use an asterisk
('*') in place of the archive file extension or use the '-v'
switch.
Example:
1) list contents of system.rar archive (technical mode)
and redirect output to file techlist.lst
rar vt system >techlist.lst
2) list contents of tutorial.rar archive (bare file names mode)
rar vb tutorial
--
http://koalafile.googlepages.com/koala'sfiles
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.229.107.131