WinRAR is a shareware file archiver and data compression utility

learn more… | top users | synonyms

1
vote
0answers
17 views

How do i protect my sfx from being opened by other winrar, winzip, 7zip applications?

How do i protect my sfx from being opened by other applications like winrar, winzip, 7zip, etc? I want to add password if it is opened by other applications like winrar? My sfx should never ask ...
0
votes
1answer
15 views

What is the winrar command line archive file

How can I create a file using the command line Winrar my archive I've used this command but it did not work WinRAR.exe a -afzip -df e:\test.rar e:\test.csv It gives me the error: Error: 'WinRAR' ...
0
votes
0answers
6 views

Zipping or Compressing files through command prompt [migrated]

I want to zip or rar large number of files fast, doing it in windows talking lot of time, so I thought zipping using Windows Command Prompt can be faster. Please suggest if it is possible doing it? ...
-1
votes
0answers
37 views

Extract location of Winrar self extractor [closed]

Are there any command line switches for a Winrar self extractor that will allow me to specify the folder where I would like to extract the contents before running the specified application? I want ...
0
votes
2answers
49 views

How do I extract one file from an archive using winrar?

I'd like to include a Process.Start line in my c# code that extracts a single file from an archive. In particular I'm looking for what the command line execution looks like. I.E. I have an archive ...
2
votes
1answer
156 views

How to extract a rar file that contains multiple folders with overwrite in c# winform application

I want to extract a rar file to a location . The thing is , that the rar file contains 4 folders, and the extraction fails. I need to extract all files and folders in my rar to the location folder. ...
0
votes
1answer
38 views

How to specify multiple file extension for making rar of a folder?

I'm using c# code for making .rar file of a folder. Code string zipFileToWrite, folderPath; zipFileToWrite = @"D:\jack.zip"; folderPath = @"D:\New folder"; System.Diagnostics.Process MyProcess = new ...
0
votes
1answer
121 views

how to make rar file of full folder using c#

I have a procedure for making .rar file. Code public static void RarFilesT(string rarPackagePath, Dictionary<int, string> accFiles) { string[] files = new ...
0
votes
0answers
48 views

junrar gets error null point when extract file rar on android

I have a snippet of code to extract .rar files using the lib junrar but I have always this error of null pointer on a.getMainHeader().print(), getMainHeader is always null. Logs: 04-06 15:36:27.549: ...
0
votes
0answers
201 views

Batch backup using WinRar command line

I want to create a script for backing up my files using WinRar (on Windows) or any equivalent software. All files are organized using the following folder structure: ...
0
votes
0answers
42 views

Winrar - Include specific folder inside excluded folder

I would like to know how i can include a specific folder inside and excluded folder using command line winrar my inclusions : C:\Documents and Settings *\Application Data\Microsoft\Outlook my ...
0
votes
1answer
248 views

How do I zip files without compression using batch command

I am writing a batch file in order to make an .ear file. Here is my code snippet: winrar.exe a -afzip -m5 -ed -pTest -r -ep1 %earName%.ear %extractDest%* This code compresses the including files ...
0
votes
0answers
212 views

Batch script to move compress and delete files

I have a batch script that does the following @ECHO OFF REM move files older than 2 days from the incoming directory to the incoming archive directory robocopy D:\Agentrics\integration\download ...
0
votes
0answers
77 views

Unrar and Rename to Parent Folder Recursively

Name of directory where the movies are stored (Media is the name of my hard drive): /media/Media/Movies Then inside the folder Movies, I have a whole bunch of movies inside directories. ...
0
votes
1answer
55 views

Unicode characters in processes and winrar

I am using the code below to start a new process and archive files using winrar: Private Function RunCmd(ParamArray commands As String()) As String Dim returnvalue As String = String.Empty ...
0
votes
1answer
50 views

Remove lines with identical extension inside every <title> tag - Regular Expression

I create a Report List with Winrar. Inside this list i have a text list like this <tag>Adventures of Shuggy</tag> !Shuggy.png !Sound Bank.txt 4.lwav 5.lwav 6.lwav 88.lwav 89.lwav ...
0
votes
1answer
203 views

Using Winrar CMD Examing structure

I have a bunch of rar files some of which contain just the file or files and some have A directory structure i'd like to create a bat file that can extract the rar with the directory as is & if ...
0
votes
1answer
56 views

Archiving files through winrar but when ran its slow to load

I have 3.5gb files that I used winrar archive sfx whenn its done its shows size of exe that i archived is 1.5gb , when i run it it takes about 10-20 seconds to load, is there a way to make it run ...
1
vote
2answers
225 views

How can I identify a WinRAR SFX using a binary signature of some sort?

I'm looking for an answer similar to the one in this question, but for WinRAR instead of 7zip. Essentially I want an authoritative signature that I can say at least "All WinRAR generated ...
0
votes
0answers
164 views

Suppress WinRAR SFX 'setup' errors (while already silent)

I want to make some SFXs call a program located outside themselves, say :\PATH. I know I can just write 'Setup=:\PATH' in one of the SFX script file, but it turns out I have some machines with Windows ...
1
vote
1answer
5k views

WinRAR “Total path and file name length must not exceed 260 characters”

WinRAR is giving me the 260 character limit error on a path/filename that is only 216 characters long. See below. The reason is the extraction destination is a temporary folder that is tool long. See ...
0
votes
1answer
363 views

uTorrent run program issue

Hi I have an Issue when trying to run a widows batch script from uTorrent when downloads are ready. The script is really basic and will just unrar any rarfiles located in folder and create some log ...
0
votes
2answers
275 views

Batch command with WinRar

I have a folder with name is 'MainFolder'. Inside this folder I have a lot folders and files. But inside 'MainFolder' I have one special folder (name of this folder is 'ABC'), with couple *.aspx ...
3
votes
1answer
797 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 ...
0
votes
1answer
406 views

How to execute a bat file inside exe ?( exe created by usnig winrar sfx)

I want to create a exe file which includes mysql.msi and java.zip. I have written vbscript to install mysql and extract java file in C: drive. It works fine. Now my problem is Convert the source ...
0
votes
0answers
146 views

Programmaticly editing apk files [closed]

First of all, I would like to say that this is kind of a followup to my previous question Programmatically editing apk files in java However with this is a different question. I have become thoroughly ...
1
vote
1answer
917 views

How to setpath= to Program Files if Program Files (x86) doesn't exist in batch?

Here's the script. The objective is to extract the Rar files in the folder to a particular folder. The problem is that I need the path to WinRar to change to Program Files is Program Files (x86) isn't ...
0
votes
1answer
527 views

How to do Winrar in a batch file

In the actual UI of WinRAR you can create an sfx file and have the following sfx options: Under General Tab: Path to extract: Create in current folder Under Modes Tab: Silent mode: Hide all Under ...
0
votes
0answers
387 views

Excluding folders in Winrar

A Day with Winrar All I wanted to do was exclude folders and their contents using wildcards, and even after reading the docs, it turned into a guessing game... So my test bed looks like: ...
0
votes
1answer
356 views

Compress folder with WinRar and move to another Directory vb.net

is there anyway to compress a folder to a .rar and move it to another directory? I have tried doing it from a vb.net application and by writing a batch file to do so but im not sure on the contents of ...
2
votes
2answers
6k views

How to crack AES-128 encryption used in WinRar?

I'm trying to crack winrar's password using some methods as explained below. Because rar uses AES-128 encryption, brute-force and dictionary attacks are useless as they would take years. But, if we ...
1
vote
2answers
488 views

Huge Compression Difference in RAR archive and Gzip: Is there anything that I am missing?

I have a huge text file of about 500MB in size. I tried to archive it with Gzip both from a python program and the command line. But, in both cases the archived file's size is about 240MB, whereas ...
0
votes
1answer
468 views

Self executable Jar File not executable after installing Winrar

Here's the deal, I've compiled a few classes into a jar file with a manifest pointing to the main-class. It works just fine on my computer. I transferred the jar file onto another computer which I'm ...
-4
votes
1answer
141 views

Is it possible to decompress a .rar file without trying passwords with brute force? [closed]

The data is all there. Why can't we create a software to do the same decompiling job Winrar would do, instead of trying to crack it?
1
vote
2answers
714 views

extract ISO with winrar automatically with c# or batch

I'm trying to extract an ISO to a folder with the same name without .iso on the end. I'm having a problem with winrar as it will not start the extract when I start up with the seach starting in the ...
0
votes
1answer
344 views

Extracting an ISO to a folder using WinZip/WinRar

I'm trying to extract an ISO using C#, I found a Winzip library, DotNetZip, and used that but when I run the project it says that it cannot extract the ISO. string activeDir = copyTo = ...
0
votes
1answer
1k views

C# nurar library (extracting password protected rar files without password)

I am using this library in C# to extract RAR files. http://nunrar.codeplex.com/ Is it able to extract a file even if it is password protected? It doesn't even ask for password. How is that possible? ...
-1
votes
2answers
633 views

How to Add files/folders to multiple zip files at once with WINrar?

Is there any way to add files/folders to multiple zips at once. For example : updates: --folder1 --folder2 --file1 --file2 archives: archive1.zip archive2.zip archive3.zip I need to add updates ...
0
votes
1answer
922 views

Error when creating Zip file using DotNetZip: Unexpected end of archive

I have a method that zips up one or more files using DotNetZip, and it has been working correctly. I received an error for the first time today and it appears to be related to the total size of the ...
0
votes
1answer
436 views

How do I Pipe Standard Error to a File in DOS (Batch File)?

How do I pipe standard error to a file in a DOS batch file? Piping using >> only pipes the standard output and the standard error still goes to the console. Details of my issue: I am running ...
1
vote
1answer
6k views

How do I make a self-installing executable using WinRAR?

I've seen executables that extract themselves and run a compressed setup.exe afterwards: a double click on the file uncompresses it and then runs the formerly compressed setup.exe. How can I ...
1
vote
2answers
8k views

Error: The archieve is either in unknown format or damaged

I have received a zipped file having number of images and subfolders (can trace by opening the file in WinRAR) but on unzipping the file (right click->extract here) got "Error: The archieve is either ...
3
votes
2answers
448 views

How can I call WinRar in Python on Windows? STILL Problematic

Using the zipfile module I have created a script to extract my archived files, but the method is corrupting everything other than txt files. def unzip(zip): filelist = [] dumpfold ...
0
votes
2answers
644 views

how to set a password on a rar file

I set a password on a rar file like this : rar.exe a backup.rar c:\files -p123 -p- -k this code set a password on my rar file and add file to it , but i do not know what is my password. this is my ...
1
vote
1answer
962 views

How do I set SFX option when creating one from the command line?

Here is my batch file command: set rar_path=C:\Program Files\WinRAR "%rar_path%\rar" a -sfx "MyArchive" Folder1 Folder2 File1.exe File2.exe How do I set the sfx creation options? Specifically I ...
0
votes
1answer
82 views

Compress a file with todays date

I want to compress a file with name ASCOnnect200_V5.0.0.0_09_Dec_11.zip. I it possible with winrar/rar? The file name ASCOnnect200_V5.0.0.0_ will be always constant and the date part will be in the ...
0
votes
1answer
192 views

how can i schedule an automatic backup that requires stopping windows services [closed]

I was wondering if it's posible to create a schedule task in windows to stop one or more services such as SQL Express, compress several folders with winrar generating a file name based on the current ...
0
votes
2answers
835 views

Possible to compress a directory with Rar.exe to todays date.rar?

How do I compress a directory with Rar.exe to (todays date).rar with use of a dos batch file? Or do I need to use another file compression program? Ty Edit: Ive tried using ...
1
vote
0answers
326 views

Winrar SFX shortcut [closed]

I'm trying to automaticaly create an shortcut to an extracted jar-file using an sfx archive. I managed to create Desktop Icons Successfully, but it doesn't work properly. It is adding the target ...
0
votes
1answer
130 views

On which data is the FileCRC in NEWSUB_HEAD of a RAR Recovery Record based?

I am trying to figure out on which data the crc32 field in the header of a RAR Recovery Record is based. I am trying to recreate a RAR volume based on a previous RAR volume and the extracted contents. ...

1 2