求条rar命令行(26分)

  • 主题发起人 主题发起人 lunyx_allen
  • 开始时间 开始时间
L

lunyx_allen

Unregistered / Unconfirmed
GUEST, unregistred user!
看帮助,试到 呕吐 都 不 成功 ;我 的 想法 就是 在命令行下调用 rar.exe,把文件夹 D:/A打包成D:/A.rar;但是只包含该文件夹中的.txt文件,其他文件不用打包进来;我的命令如下:
rar a ms[.txt,.txt] D:/A.rar A:/A

help!!
 
除了要把该文件夹下的.txt打包进来之外,如有子文件夹也打进来,目录结构不变,只是目录中只能包含 .txt文件
 
我的一个例子,rar 参数用的算比较全,供参考 ...

echo *.* > include.lst

echo .svn > exclude.lst
echo *dir-prop-base >> exclude.lst
echo *entries >> exclude.lst
echo *format >> exclude.lst
echo *.svn-base >> exclude.lst
echo *Thumbs.db >> exclude.lst
echo *.dcu >> exclude.lst

date /t > comment.lst
time /t >> comment.lst

echo 备份过去 5 天内更新的文件 >> comment.lst

RAR.exe a -agYY.MM.DD.HH.MM 20 -ed -ep1 -ieml -m5 -r -s -tn5d -x@exclude.lst -zcomment.lst @include.lst

del include.lst
del exclude.lst
del comment.lst

pause
 
rar a -r d:/a.rar d:/a/*.txt
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
455
import
I
后退
顶部