Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: lemonwidz on April 02, 2014, 04:12:14

Title: Unpack file to 'source' pane always option.
Post by: lemonwidz on April 02, 2014, 04:12:14
Hi  :D

I always unpack files to source pane.
And I always click 'Source' button.

So, I need option like 'Use source(or taget) next time'

If this option added, user(like me) will just Alt+F6, Enter to unpack files.

I hope this option will be add.

thank you!!
Title: Re: Unpack file to 'source' pane always option.
Post by: midros on April 11, 2014, 00:09:33
+1

me too
Title: Re: Unpack file to 'source' pane always option.
Post by: Ulfhednar on June 08, 2014, 14:03:37
I use MultiScript/CustomCommands assigned to a button to do jobs like this:
Code: [Select]
MC.Explorer.Select FILTER="*.zip"
MC.Filesystem.Unpack TARGET=${sourcepath} FILTER="*.*"

Just add that code to a button & it will extract to source with one click on the new button.  You don't even need to select the first zip.
See - http://multicommander.com/docs/button-editor (http://multicommander.com/docs/button-editor)

You can also use this with .rar etc.
Code: [Select]
MC.Explorer.Select FILTER="*.rar"
MC.Filesystem.Unpack TARGET=${sourcepath} FILTER="*.*"
Title: Re: Unpack file to 'source' pane always option.
Post by: Mathias (Author) on June 08, 2014, 15:56:29
In the beta for v4.3 it is change so that the default location is source.