Hi,
I need to get the list of files contained in a .RAR file, and unpack some. How?
Hi,
I need to get the list of files contained in a .RAR file, and unpack some. How?
7z can also unzip rar files
worth give it a try
Hth
Richard
vilian wrote:But I could not identify how can obtain list of files contained in the file.
Vilian,
>I need to get the list of files contained in a .RAR file, and unpack some. How?
Do you mean from within a FW program or just using a RAR utility program?
James
Vilian
7z has this feature
7z l yourarchive.rar
you can redirect to a txt file and read the file afterwards
7z has a command line utility , easy to use
Hth
Richard