I'm good to go now! New association all set in.
----------------------------------------------
REGEDIT4
[HKEY_CLASSES_ROOT\.rar]
@="rarfile"
[HKEY_CLASSES_ROOT\rarfile]
@="RAR File"
[HKEY_CLASSES_ROOT\rarfile\DefaultIcon]
@="D:\\Some Path\\RAR.ICO"
; !make sure the path is right
[HKEY_CLASSES_ROOT\rarfile\shell\open\command]
@="D:\\Some Path\\UnRAR.exe e \"%1\""
; !make sure the path is right
;
----------------------------------------------
Generally might be better for anyone else changing associations
on this to use a GUI associations manager or the Windows FileTypes
thingy. In order to simply recycle use of the existing filetype key,
which might likely have a name other than "rarfile."
In GUI interface you'd point to where unRAR.exe is on disk,
and then add switches.
unrar.exe e "%1"
The "e" thing is supposed to be all bare like that, no hyphen or
anything preceding it. (I know this because I kept trying to put
a hyphen there.) The above means simply, "extract to current
directory."
I didn't look into trying to set up an "md" action. Also, all the
other switches available for it, didn't really catch that there was
anything important for normal use there.
.. . .
You could also try the latest unrar.dll
<
http://www.rarlab.com/rar/UnRARDLL.exe>
if your current GUI zip utility use one. Look in your <program-name>
folder for it - if exist, then replace - if older.
I'd grabbed that down when spotting it on the webpage whose URL you
posted. I'll look later into seeing if PowerArch is able to adopt it.
(I expect so; I kind of think I've read here in ACF about doing that.)
Thanks, Bjorn!