Author Topic: Unpack file to 'source' pane always option.  (Read 7810 times)

lemonwidz

  • Junior Member
  • **
  • Posts: 12
    • View Profile
Unpack file to 'source' pane always option.
« 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!!

midros

  • Junior Member
  • **
  • Posts: 32
    • View Profile
Re: Unpack file to 'source' pane always option.
« Reply #1 on: April 11, 2014, 00:09:33 »
+1

me too

Ulfhednar

  • Contributor
  • VIP Member
  • *****
  • Posts: 503
    • View Profile
Re: Unpack file to 'source' pane always option.
« Reply #2 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

You can also use this with .rar etc.
Code: [Select]
MC.Explorer.Select FILTER="*.rar"
MC.Filesystem.Unpack TARGET=${sourcepath} FILTER="*.*"

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Unpack file to 'source' pane always option.
« Reply #3 on: June 08, 2014, 15:56:29 »
In the beta for v4.3 it is change so that the default location is source.