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.
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
<?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.
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 it):
cd "C:\Program Files\WinRAR"
@async:"C:\Program Files\WinRAR\WinRAR.exe" {sourcepath}
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.