RAR is a proprietary archive file format that supports data compression, error recovery, and file spanning.

learn more… | top users | synonyms

1
vote
1answer
34 views

Java: Unrar rar file with java command

I wan't to extract a rar file in java. I want to be able to choose where to extract the file as well. I have tried to find a library without any luck. So I tried to use the Runtime.getRuntime().exec() ...
2
votes
1answer
258 views

How can we extract a file from a password protected RAR/ZIP into a SSD card or direct into a String?

I want to change my Android application behave from reading a text file inside the APK to read it directly from a RAR or ZIP file with password protection (I think that it may be the same protection ...
0
votes
0answers
23 views

Externalising a weblogic-ra.xml file onto the app server classpath

I have a RAR file that contains a "weblogic-ra.xml" file. I would like to externalise this file so we can supply different versions per environment, without having to unpack and re-pack the RAR file ...
4
votes
1answer
198 views

how to programmatically extract or unzip a .7z (7-zip) file with R

I'm trying to automate the extraction of a number of files compressed with 7-zip. I need to automate this process, because a) there are many years of data I'd like to unlock and b) I'd like to share ...
0
votes
1answer
33 views

rar multiple files by php

I am trying to rar multiple files by using exec() in php. (using rar command line) sample code: exec("rar a CommandOptionsHere File.rar File.txt"); The above code is to rar a single file, how do ...
1
vote
1answer
131 views

Test only password on rar archive

I'm trying to do a bruteforce attack on a rar archive and I need the password-check to be as fast as possible. I call rarlab's "unrar" command line utility from my program in this way: unrar t ...
0
votes
0answers
25 views

jboss 7.1.1 final, changing jca rar configuration runtime, rar is deployed as part of an ear

We are using Jboss 7.1.1 final and we have custom RAR that implments outbound connections to a legacy EIS system and the RAR is deployed as part of an EAR. The rar works fine but there is no way i ...
0
votes
0answers
28 views

Archive manager in Xubuntu dont unrar when I select option unrar here

I have simple problem with archive manager. When I select a file and click "unrar here" in menu I have error in log: File: apport.log RROR: apport (pid 4215) Sun Mar 17 22:43:14 2013: called for pid ...
0
votes
0answers
29 views

code to restrict password brute force search (duplicated characters)

I have a word document with personal information (logins, passwords, accounts, and other numbers are impossible to record in the "head") as compressed with RAR PASSWORD. Turns out I forgot the ...
1
vote
1answer
123 views

How to extract rar file (AppEngineFile) in Google App Engine

My application requires extracting rar file in Google App Engine. I can extract rar file using this library but it only supports java.io.File and does not support AppEngineFile. I can not find any ...
-4
votes
1answer
56 views

text oriented file compression software development [closed]

I want to develop a text compression software that achieves higher compression rates than that of the existing ones like 7zip,rar etc. I need the steps to perform this operation and i need to know ...
3
votes
1answer
122 views

Adding a status (file integrity)check to a cbr cbz converting bash script

First post, so Hi! Let me start by saying I'm a total noob regarding programming. I understand very basic stuff, but when it comes to checking exit codes or what the adequate term is, I'm at a loss. ...
0
votes
1answer
109 views

unrar command only works when doing manually

I'm sorry that I can't be extremely specific, I really don't know what is the problem and just started with bash so my debugging skills are limited to echo. I have the following piece of code: #! ...
0
votes
1answer
50 views

manipulate files within a rar file

I have downloaded a movie which is split into 5 rar files due to its large size. The first 4 parts of the file are downloaded from one site while the 5th file is downloaded from a different site since ...
-2
votes
2answers
125 views

PHP can not upload rar file

I need your help. I'm trying to upload a RAR archive and I have not any good result, but any other file I can upload. I thought that my php script was a broken, but when I've tryed easiest script, ...
0
votes
0answers
72 views

Communicate with Rar.exe in Python

From a Python script I want to create a RAR file. I will need to communicate with Rar.exe because I only want the first RAR volume from a multi-volume archive set, nothing more. The -vp switch makes ...
0
votes
1answer
155 views

How to open rar.sha1 Files on MAC [closed]

I download a rar file on my mac and normally I can open rar files using UnrarX but this file has the extension .rar.sha1. I don't know how to open it and UnrarX doesn't recognize it. Any help?
0
votes
1answer
63 views

An archiver that supports compression, encryption, retain permissions, and fast at retrieving file

I have a directory with a big amount of data and I want to archive it. I need Supports compression. The compression can saves a lot of disk space; Supports password encryption. The data is ...
0
votes
0answers
71 views

reading certain entry

How to read certain entry from rar,zip,7zip file? This is my code.The problem here is the while loop...Each execution of reader.MoveToNextEntry(); takes ~50ms so if I have a rar with 1k images,it ...
0
votes
1answer
89 views

Find The Real Location Of Rar File After launching a Batch file

Think I have a compressed file named "Target.rar" and its location is Desktop, inside it I have put a batch script. When I open the rar file (without extracting it) I can see the files inside. If I ...
0
votes
0answers
116 views

How to change default program open .rar file which select open file by explorer.exe?

I tried open .rar file with window explorer of explorer.exe when choose in select program open file. After, I can't open this file by rar program and don't change program open for this file. How to ...
1
vote
1answer
117 views

Perl Archive::Rar handle archives with password?

Looking for a way to unrar archives with a password! I´m using this for the ones with no pass: use strict; use warnings; use Archive::Rar; $archive = "test.rar"; $unrar = ...
-2
votes
1answer
118 views

How do I specify a location and extract path for RAR files using SharpCompress [closed]

I tried using SharpCompress, but I can't find the ability to specify a location and a extract path.
0
votes
2answers
87 views

Perl Rar a whole folder

I want to rar a whole folder with Perl and Archive::Rar. For example the folder /root/pictures. I have found only a way to rar single files. I tried to find all files in the folder and rar them, but ...
0
votes
1answer
88 views

How to copy and rename splitted *.rar archives with VBScript?

I have a VB Script (*.vbs) on my server that check by the built-in FileSystemObject if a file like this exists... "C:\path\{filename}.weekly.rar" If it exists then copy the file in the same path ...
0
votes
1answer
101 views

How to Archive Specific File Types with BAT and RAR?

To archive my files I use a bat file with the code: @set exclude=-x*.bmp -x*.png -x*.jpg "C:\Program Files (x86)\WinRAR\Rar.exe" a %exclude% "%cd%\MyStuff.rar" ".\MyFolder" The problem is ...
0
votes
1answer
156 views

OutOfMemoryError when I decompress RAR file on Android

I try to do it like this: Decompress Rar file in Android But one of my rar file cannot be decompressed. Logs: 01-01 17:41:32.121: E/AndroidRuntime(12799): FATAL EXCEPTION: Thread-771 01-01 ...
0
votes
1answer
144 views

Specified extraction folder with Archive::Rar in perl

i want to extract an .rar Archive in perl to a specified path. i tryed this: my $archive= 'text.rar'; my $directory = 'photos'; my $rar = Archive::Rar->new( -archive => $archive ); ...
2
votes
1answer
255 views

Create ZIP/RAR/GZ archive from structured array of files and folders

I'm trying to create a backup class, with the main goal of customizing the class-call to make the final backup be filtered only on specific extensions, specific filesizes, or specific directories ...
0
votes
0answers
55 views

Getting a password from zip file

Let's say we have 2 folders with the same name, but different file contents. We zip/rar both using the same password. Is it possible to get the password for the files if I have all the information ...
0
votes
2answers
120 views

How to compress ascii text without overhead

I want to compress small text (400 bytes) and decompress it on the other side. If I do it with standard compressor like rar or zip, it writes metadata along with the compressed file and it's bigger ...
0
votes
1answer
90 views

Txt file Compression in rar format with php script

I am creating .rar file using exec() in PHP function. Below is script exec('C:\Program Files\WinRAR\WinRAR.exe a carchivo.rar Details.txt'); this script is running without any error but not ...
3
votes
1answer
501 views

DLL file to unrar a RAR archive in vb.net and vs2012

I need a little help with my vb.net programming as I am trying to unrar a RAR archive. I have the latest version from Chilkat for VS2012 in VB.NET, but it does not include a Chilkat.RAR method. I ...
-1
votes
1answer
204 views

How to extract java source code from a .rar [closed]

I want to use the source code from this link for learning purposes to better understand java game development. Link: http://www.ludumdare.com/compo/ludum-dare-23/?action=preview&uid=11981 ...
0
votes
1answer
334 views

Creating Batch files for extracting

Hello I am new to batch file, I am trying to create a batch file which can extract specific image file from a .RAR file, and rename the extracted file same as the .RAR file. FYI: The process needs ...
0
votes
2answers
310 views

Unrar file with subdirectory

I have used NUnrar to extract my files : NUnrar.Archive.RarArchive archive = NUnrar.Archive.RarArchive.Open(location + "1.rar"); foreach (RarArchiveEntry item in archive.Entries) { string path = ...
2
votes
5answers
307 views

Python - mechanism to identify compressed file type and uncompress

A compressed file can be classified into below logical groups a. The operating system which you are working on (*ix, Win) etc. b. Different types of compression algorithm (i.e ...
0
votes
0answers
271 views

Zip/Rar library for WP7

I am creating a comic book reader for WP7. I need a good library to read zip and rar files with WP7 support. Good documentation will also help. I checked out SharpZipLib for zip(s) and Chilkat for ...
1
vote
1answer
497 views

Decompress Password protected RAR files

Do anyone knows how to extract password protected files using Java/Android library? I do my best to figure out the same. But failed. I am using java-unrar-0.5.jar it can decompress all .rar files ...
4
votes
2answers
992 views

How to extract a password protected .rar file in java? [duplicate]

Possible Duplicate: RAR archives with java In a java project I am working on I need to extract a .rar file that is password protected. I do know the password. Does anybody know of a free ...
0
votes
1answer
116 views

Open rar files and read csv files using python

I need to write a program which opens some rar files that contain csv files and read them. I know that there are external libraries for this purpose but what is the best way or library to achieve such ...
3
votes
1answer
789 views

Packing (WinRAR) with a password on a group of files

I'll try and make this as short as i can. I'm looking for a .bat file to rar up and password folders with files in them, but the problem is a little more tricky than i thought, each folder can have ...
2
votes
1answer
285 views

UnRar Library For iPhone-Password Protected Rar Files

Do anyone knows how to extract password protected files using unRar4ios library? I do my best to figure out the same. But failed. In the cpp wrapper class of unRar4ios the author didn't implemented ...
0
votes
1answer
86 views

Multiple password encrypt/protect a single file

This one is tough to Google. I'm trying to find a solution or API to encrypt/protect a file with multiple passwords. The passwords would be handed out to users separately. I looked at DotNetZip and ...
0
votes
1answer
536 views

Extracting .cbr (.rar) archives in Windows with a batch file [closed]

I recently downloaded some chapters of a favorite comic of mine. The chapters are all unfortunately archived with a .cbr file extension. It seemed to me after some googling that .cbr archives are ...
0
votes
0answers
82 views

Fool-proof (Or Non-Ascii Character Proof) Rar Method

At the moment, I have the following command to rar files in batches; at the moment I'm actually rarring folders in batches. ...
3
votes
1answer
205 views

How can I programmatically identify a zip or rar file is splitted or not in java?

I need to identify the whether a particular zip or rar file is splitted or not. Is there any library to deal with archive file in java?
-1
votes
1answer
606 views

How to Programmatically Open RAR File with Password using Java (or other language)

How do you open a RAR file and enter the password programmatically? I'd like to use Java or Python if possible, but any programming language should be fine.
0
votes
0answers
40 views

RARoScope sorting structure folder

I use RaRoScope in http://www.adarshr.com/papers/raroscope But the sorting not that i want // Construct the RARFile object using the file path RARFile file = new RARFile("D:/Data.rar"); // Get the ...
0
votes
2answers
162 views

How to describe content of file rar / zip in jtable from url or path(directory)?

How to describe content of file rar/zip in jtable from url or path directory in java? I found here and here But how to open from URL on describe to jtable?

1 2 3