in reply to Re^4: help with unraring
in thread help with unraring

Most decompression/compression programs support extracting/adding individual files from/to an archive. This should work, but I only tested it against a .7z file. But I am not aware of any reason why it would not work with .rar files.
7z.exe e <archive_name.rar> <path_to_file_in_archive>
Here's an example. Given a 7-zip file called test.7z, containing:
test test/foo test/bar
This should extract just 'bar' to your current working directory:
7z.exe e test.7z test/bar

Elda Taluta; Sarks Sark; Ark Arks
My deviantART gallery