WinRAR is a trialware file archiver utility for Windows.
Questions tagged [winrar]
257 questions
-1
votes
1 answer
How can i Replace the Extract Label on Button with Install in winrar SFX
I Would like to Also Change Font and Components location and style
I Tried to Find it on Internet but I found Nothing

Mentally Strong
- 9
- 4
-1
votes
1 answer
How to extract a multi-volume RAR archive file with a Python script?
I want to do this on Linux with rar x filename.
The RAR archive file is split into parts, for example:
Filename-001.rar
Filename-002.rar
Filename-003.rar
I wanted to extract them all at once with a Python script.

tlfSnow
- 1
-1
votes
1 answer
Winrar, "-or" overwrites file in archive instead of adding number to name if exists
After Googling and "researching" for over 3 hours to no avail, i have turned here to possibly get some help to my issue. Either if its possible or not to some extent.
This is a bit messy i know, but i'm fairly new to this.
What im trying to do.
I…

Syphex
- 11
- 1
-1
votes
1 answer
Winrar Settings, Batchfile or any other possibility to Monitor and create Archives automated
i searched in Winrar Settings but coudn't the Settings which i need, is there anyway to Setup Winrar to Monitor a specific Folder, and every Folder that gets put in that specific Folder should be packed to a sperate Archive, i don't need any…

jimboy
- 1
-1
votes
1 answer
python error when extracting a rar file: 'NoneType' object is not iterable
I am using rarfile to extract code in Spyder(python3.6). When trying to execute the following code
import rarfile
rar_file = "d:\\test\\reza3.rar"
rar_file = rarfile.RarFile(rar_file)
rar_file.extractall(pwd='123')
I am receiving this error
In…
-1
votes
3 answers
How to Compress a Folder That Changes name
I'm trying to compress a folder that changes name.
Example:
C:\202004
C:\202005
C:\202006
C:\202007
It keep creating a new folder as the months keep going by.
I wanna compress only the folder correspondent to the current month

Alan Oliveira
- 9
- 3
-1
votes
1 answer
Is there a way to get the VBA code to check two different locations for WINRAR
The below code extracts the rar file but as i am not sure of the location of WinRar, i would need it to check two locations. The below code comes up with a type mismatch error on the WinRarPath.
Sub Extract()
Dim RarIt As String
Dim Source As…

Robert Hall
- 191
- 3
- 11
-1
votes
1 answer
Compressing a Folder Using Rar.exe via VB.NET?
I already extracted a folder with files from a RAR archive using the Unrar.exe I then want to edit the files within the extracted folder and then Re-rar that folder back into a password protected RAR archive. Either that, or append the existing RAR…

BuddyRoach
- 162
- 1
- 19
-1
votes
1 answer
extracting a WinRar file silently using powershell blocks with a GUI Pop-up asking Yes or Yes to All or No or No to All
I am extracting a WinRar file silently using power shell but a popup comes up asking Yes or Yes to All or No or No to All.
How to do it completely silent and if it is possible to extract in another folder ?
I have run below command.
Start-Process…

Majeed
- 77
- 7
-1
votes
2 answers
How do i run 7zip through powershell to extract a .rar folder?
i have googled this already but i simply cannot find a straightforward right answer. i want to add a way to extract a .rar folder whether it be via winRAR or 7zip into my powershell script so i can automate it. I know powershell has a built in…

Dpw808
- 119
- 1
- 3
- 10
-1
votes
2 answers
How does "Winrar" execution task work?
I have a question which is very important to me. I've searched with Google, but found nothing. The question is:
How can WinRAR execute a game or software, etc. by just clicking on the .exe file without extracting the files of the software or…

mogogogo
- 107
- 7
-1
votes
2 answers
Winrar Batch Script (With a twist) - Rename extracted file to current directory
I am looking for a simple batch or vbs script I can edit to complete the following tasks.
Search a folder (including sub dirs) for *.rar files.
Extract the *.rar found to a specific drive i.e E:/ or F:/ (I can change the file for this)
The twist,…

Lance Cuijpers
- 13
- 2
-1
votes
1 answer
How can i archive every 2 files in a folder with 7zip
How can i archive every 2 files in a folder with 7zip. I want 7zip to take the name of the first file for the archive. Is it possible.
-2
votes
1 answer
Batch: File Not Found
start %~dp0\files\engine.hta
When I tried to open the file in a batch file in a RAR file, it does not work, but when I try to open in a folder, it works correctly. How can i fix this?

Griesur
- 9
- 1
- 3
-2
votes
1 answer
Winrar Delete files after archives cmd
I am trying to get the files to delete after archiving them via cmd. This is possible as shown in the video here Video But i cannot find anything saying how to do this via cmd. theres documentation on it here Link And this is code i have so far
"cd…

JcnYGfNntNvFNcSt
- 1
- 1