Note: You must already have RAR installed - http://www.wjunction.com/showthread.php?t=6570
This is just a basic tutorial.
RAR:
UnRAR:
Remember, this is not a full tutorial.
This is just a basic tutorial with the most useful commands.
This is just a basic tutorial.
RAR:
Archiving in 100MB parts:
Code:rar a -v[I]100m[/I] file.rar movie.avi
Creating a password protected RAR archive:
Code:rar a -p[I]yourpassword[/I] file.rar movie.avi
Compression level:
By using the -m parameter you can adjust the compression level.
The minimum value 0 while the maximum is 5.
When archiving movies, it is best to set the compression level to 0.
Code:rar a -m0 file.rar movie.avi
As you can see, you can adjust these commands to suit your needs by just combining the parameters.
UnRAR:
Extracting an archive to your current directory:
Code:unrar e archive.rar
Remember, this is not a full tutorial.
This is just a basic tutorial with the most useful commands.