
CODE: [Copy to clipboard]上面只是更新RAR文件里存在的TXT文件,如果新增的新了TXT文件也想一起加入进去,这样:rar f -r "d:\temp.rar" "d:\temp\*.txt"
CODE: [Copy to clipboard]rar u -r "d:\temp.rar" "d:\temp\*.txt"


CODE: [Copy to clipboard]for /f "delims=" %%i in ('dir/a-d/b/d/s d:\*.rar') do (rar.exe f -r "%%i" "d:\temp\*.txt")
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |