With RAR, you can do it like that: Code: rar a -v<volume_size_in_kb>k -vn resulting.rar file1 file2 file3
The general syntax is this : Code: rar <command> [-<switch 1> -<switch N>] archive [files...]
So something like that would compress file1.avi and file2.avi in .rar files of 1000kb : Code: rar a -v1000k -vn resulting.rar file1.avi file2.avi
More in the "rar" manual : You can even do something like that : Code: rar a -v1000k -v2000k -v3000k -vn resulting.rar file1.avi file2.avi
different volume size for different .rar files.
*The -vn extension is for old naming scheme, like archive.rar, archive.r01, archive.r02, ... instead of the new naming scheme : archive.part01.rar, archive.part02.rar, etc.
__________________
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
|