Button to extract archive to the source folder

hello - in opus 9 i used a button - "P:\Program Files\WinRAR\WinRAR.exe" x {file} - this extracted the contents of the archive to the same folder. this button does not work in opus 10 (no archives found)

i made a new button - Copy EXTRACT - this extracts but to the destination folder not the source.

can anybody help?

thank you

You can either:
[ul][li]Add cd {sourcepath} to the top of your existing function, or[/li]
[li]Change your new button to Copy EXTRACT HERE[/li][/ul]

thank you very much - i like the idea of using the internal extraction but i have to select the .rar file - the winrar command lets me select any file in the archive

In Opus you can just double-click the .rar file and then use the Copy Files button for the same effect.

hi ethereal ,

i'm using this button:

<?xml version="1.0"?> Extract DIRX C:\Program Files\WinRAR\WinRAR.exe,0 C:\Program Files\WinRAR\Uninstall.exe,1 Extract here C:\Program Files\WinRAR\WinRAR.exe,0 cd {sourcepath} "C:\Program Files\WinRAR\WinRAR.exe" x -o "{f}" Extract DIRX Extracts file to dir named a filename (Cut's extension) C:\Program Files\WinRAR\WinRAR.exe,0 C:\Program File\WinRAR\Uninstall.exe,1 cd {sourcepath} "C:\Program Files\WinRAR\WinRAR.exe" x "{f}" "{o|noext}\"

left mouse button extracts into source folder
right mouse button extracts to dir named filename in source folder

Please modify the path to your Winrar-Installation.

There really is no need to use WinRar in Opus. Rar support ia built-in.

seconded.
i dont use Winrar anymore.
[...]
Since Dopus works with the concept of Listers, the following button is quite useful (in case you want to click :laughing: it):

cd "C:\Program Files\WinRAR" @async:"C:\Program Files\WinRAR\WinRAR.exe" {sourcepath}

i wrote code.

If you don't use winrar why are you posting a button to use winrar? O.o

Paths with spaces in should have quotes around them, by the way.

ouch. maybe one day i will have earned the board privilege to edit my old posts. ( my original button is C:\PROGRAMME.. which i had tried to translate into English, sorry ).
hehe.