WinRAR is a trialware file archiver utility for Windows, developed by Eugene Roshal of win.rar GmbH. It can create and view archives in RAR or ZIP file formats, and unpack numerous archive file formats. To enable the user to test the integrity of archives, WinRAR embeds CRC32 or BLAKE2 checksums for each file in each archive. WinRAR supports creating encrypted, multi-part and self-extracting archives. WinRAR is a Windows-only program. An Android application called "RAR for Android" is also avail...
check if it signed by expected vendor, for executable files signature on windows and validation is handled natively
image6161126 34.6 KB
If signature is from major CA and name of signee matches expectations, then all is well barring major cybersecurity incident on software vendor side.
Personally there has been absolutely no reason to buy winrar or winzip this or last decade, you can use 7zip instead. Winrar offers nothing that OSS does not and it probably survives only thanks to brand recognition alone.
Copyright 2002-2023 Alexander Roshal. All rights reserved.
win.rar GmbH - the official publisher for RARLAB products - handles all support, marketing and sales related to WinRAR and www.rarlab.com.
RARLAB's RAR is an all-in-one, original, free, simple, easy and quick compression program, archiver, backup tool, extractor and even a basic file manager.
RAR can create RAR and ZIP and unpack RAR, ZIP, TAR, GZ, BZ2, XZ, 7z, ISO, ARJ archives. List of functions include repair command for damaged ZIP and RAR files, benchmark function compatible with RARLAB's WinRAR benchmark, recovery record, usual and recovery volumes, encryption, solid archives, utilizing multiple CPU cores to compress data.
Additionally to standard ZIP files, unzip function supports ZIP and ZIPX with BZIP2, LZMA, PPMd and XZ compression also as password protected ZIP. Unrar command is available for all versions of RAR archives including the latest RAR5, password protected and multipart files.
File management functions include copying, deleting, moving and renaming files and folders, creating new folders and installing applications from APK packages.
If you wish to help us translating RAR to your language, please download RAR for Android language files in "RAR extras" section of www.rarlab.com and follow instructions in readme.txt. Thank you.
I have a problem finding the correct way to unrar multiple files with the help of Winrar command.
With a button, I managed to unrar them all, but all in the same time. It's not very efficient...
The best solution is to unrar them sequentialy, but I can't find the correct winrar command to do this.
The best thing to do is get WinRAR working on its own using hand-made command-lines and file-list text files from a Command Prompt (i.e. Opus is not involvemed at all) and then once you have something that works, turn that into an Opus button.
Seems the useage of the @listfiles param is poorly documented by WinRAR. In all of the command line useage examples it SEEMS like you're supposed to be able to use @listfiles with ANY rar command... but as you've seen trying x or e for extracts seems to process the listfile incorrectly. BOGUS on WinRAR...
Anyhow... in the related 'Buttons and Toolbars' thread you posted in first, I think you mentioned that you liked how the WinRAR context menu handled the extract? If so... try creating a toolbar Menu that runs the following Opus function in a button under the menu:
Note!!! If you're doing this with a toolbar... you have to place a Menu item on the actual toolbar, and then add the function above to a Button under that menu... otherwise, the toolbar probably won't show the Context menu items provided by WinRar, since the list is instantiated based on what file types you've got selected, and the toolbar doesn't "refresh" AFTER you select RAR files subsequently to opening a lister... But a button 'under' the menu item will call the extension handler as you expand the menu while RAR files are selected...
By the way, your solution is quite good, but we came back to the same solution as the right click context menu, so I can't specify automatically an extract path.
For now, I prefer using @sync "C:\Program Files\WinRAR\WinRAR.exe" x f "E:\tmp\", because it does the job very well (just have the always on top Opus window ruining a bit the thing, but I'll survive).
Anyway, you might consider using the default extract path in WinRAR's Options->Settings? Then, if you use the Extract files... item from the context menu, it will default to that path the same as if you'd set the path as a command line arg... You DO still get an extract confirmation dialog... but can just hit and the operation continues...
Yes, the context menu uses an undocumented switch to pass additional
archive names. But it is not carefully tested with all possible RAR
commands and switches. Also its syntax is not well designed. Maybe
we'll fix these issues in the future and make a documented option
for this purpose.