Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Re: Integration of a custom command

THX. :)
Seems to be working!

Reporting when having errors!

martin wrote:

Try
unrar x "!" "!?&Extract to directory:?.!"
martin

Re: Integration of a custom command

Try
unrar x "!" "!?&Extract to directory:?.!"
masterblaster

Integration of a custom command

I installed unrar to extract rar files and the command is: unrar x "sorce" "destination".

To untar a archive you need to use: tar -xvzf "source" "destination".
The predefined custom command in the preferences menu is tar -xz --directory="!?&Extract to directory:?.!" -f "!"

I do not know about the variables that have to be used here:

How can i integrate the unrar command that it can remotely extract rar files ?