Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
391 views

Is there an unrar library out there for iOS?

I want to include an unrar files option in my iphone app. I have already tried https://github.com/ararog/Unrar4iOS but this library is not complete (some functions are not yet implemented like ...
4
votes
1answer
1k views

RAR password recovery on GPU using ATI Stream processor

I'm newbie in GPU programming , and i work on brute force RAR Password Recovery on ATI Stream Processor using brook+ language, but i see that the kernel written in brook+ language doesn't allow any ...
3
votes
3answers
2k views

Using unrar library - extracting files into a filestream buffer

What I need is to be able to extract the files in a .rar file into streams. I'm creating a test case to get a sense of how to use unrar source. I've been searching and tinkering for a while, but I ...
2
votes
3answers
303 views

unrar archive while downloading it

I've got a program that downloads part01, then part02 etc of a rar file split across the internet. My program downloads part01 first, then part02 and so on. After some tests, I found out that using, ...
1
vote
1answer
25 views

How to acquire extracted directory using pyUnrar2?

I'm using pyUnrar2 to batch extract rar files, what I would like to acquire is the name of the directory that the files reside in once extracted ?
1
vote
1answer
101 views

perl unrar files

I would like perl to unrar files from a folder I specify and after delete the rared files so they dont use HDD space. Files can be in this format: (r(ar|[0-9][0-9])|sfv) I have unrar installed and ...
1
vote
2answers
1k views

An attribute argument must be a constant expression is there a way around this in C#?

I'm working on a code (WinForms C# NET 3.5) that involves using unrar. [DllImport("UNRAR64.DLL")] private static extern IntPtr RAROpenArchive(ref RAROpenArchiveData archiveData); ...
1
vote
2answers
750 views

How to know which rar is first in multi rar archives using SevenZipSharp/Unrar in C#?

I am trying to use SevenZipSharp or/and Unrar library in C# WinForms .NET 3.5. I have this problem with multi rar archives that have diffrent naming for example: .rar, r01, r02, r03 and so on (this ...
1
vote
1answer
3k views

extracting zip with winrar command line?

While trying to extract zip files i get the error c:/path/name.zip is not RAR archive No files to extract my code is p.StartInfo.FileName = @"C:\Program Files\WinRAR\rar.exe"; ...
0
votes
1answer
27 views

How to acquired name of unrared file using UnRAR2 Python lib?

I'm using the python UnRar2 file to unrar a file, but after I do so I want the name of the directory it is unrared to. Is it possible to use the Unrar2 lib to get that information and if so can you ...
0
votes
0answers
34 views

Uncompressing muliple rar/7zip files from find output using xargs

I am running Ubuntu 11.04 Natty. Need to uncompress multiple files obtained from find output. print0 option in find is mandatory as file names contain "awkward" characters (blank spaces and ...
0
votes
1answer
28 views

Doing a deep unrar of an archive using the unrar command in Linux

I use the following command to unrar all files in a rar-acrhive to a directory unrar x -ep -y archive.rar folder It works great and it ignores the directory structure inside the archive which is ...
0
votes
2answers
59 views

Log output from unrar.exe to a text file (Batch script)

I am writing a batch script that extracts downloaded torrents and would now like to log the output from unrar.exe to a text file. The output I have in mind are things like failure due to corrupted ...
0
votes
1answer
69 views

bash function/alias for multi-archive unrar

I'm trying to write a simple bash alias/function (whichever I get working the quickest), that unrars multi-rar archives. None of my attempts work though. The plain command invoked in the shell ...
0
votes
1answer
159 views

Applescript Noob, unrar .rar file and move the containing file

I have never ever touched apple script before, i just need 1 small script but don't know where to start. All i want to do is run a script on folder action.. to basically run when i put a a rar file ...
0
votes
4answers
393 views

Get filename from wget in php

I'm setting up a script so that I can input a URL to a web page and the script will wget the file. Most of the files, however, will be in the *.rar format. Is there anyway I can pass the filename to ...
0
votes
2answers
253 views

Help debugging a cron job which has the correct script path and works when manually triggered

I'm struggling trying to debug a cron job which isn't working correctly. The cron job calls a shell script which should unrar a rar file - this works correctly when i run the script manually, but for ...
0
votes
1answer
565 views

extract a rar file by c code [closed]

Possible Duplicate: opening a rar file by c I have to extract a rar file using c code. First I tried out to find the libraries. I got it from http://www.unrarlib.org/. But it was built in ...
0
votes
0answers
1k views

How to unrar a file in iPhone or iPad?

How to unrar a file in iPhone or iPad ? Which library or API should I use ? Thanks
0
votes
1answer
555 views

PHP exec_shell using unrar.exe

I'm running the following php code; $output = exec('"D:\TESTDIR\unrar.exe" e "D:\TESTDIR\Icons.rar" -ppassword'); echo $output; Which isn't working... I want it to extract the files into the same ...
0
votes
3answers
345 views

Write once, run anywhere languages & Unrar for AIR

I wanted to ask if there are any other Write Once, run anywhere languages like Java or AIR. I have mostly been a Java developer up till now, and a bit of Python and recently AIR has peaked my interest ...