Top "Winrar" questions

WinRAR is a trialware file archiver utility for Windows.

Create WinRAR SFX with admin rights by command line

I need to create WinRAR SFX archive that should work with admin permissions on Windows 7. I can make it with …

batch-file console winrar sfx
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 …

c# winforms extract overwrite winrar
Compressing a folder with many duplicated files

I have a pretty big folder (~10GB) that contains many duplicated files throughout it's directory tree. Many of these files …

compression tar rar winrar winzip
winrar compress folders using batch

In a folder, I have some folders. I want to compress all the folders separately to the foldername.rar and …

batch-file cmd rar winrar
How to unpack all rar archives in all subfolders of a folder and then delete the archives?

I want to unpack all files in some subfolders which are in a main folder, delete the xxx.rar files …

batch-file unpack rar winrar
How to create a RAR archive with current date in archive file name?

I have folder D:\data with lots of subfolders and files and I want to archive this folder with a …

batch-file archive winrar
How to archive each folder in a directory separately using WinRAR?

I am trying to use WinRAR to compress all my different folders individually. Example of folder content before c:\projects\…

batch-file winrar
Winrar CommandLine & Powershell : Exclude Full Directory Path Structure

Suppose I have a directory structure like C:\Users\Desktop\abc\d I want to rar archive the abc folder …

powershell archive winrar
C# NUnrar 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 …

c# rar winrar