Multi Commander > Feature Requests and Suggestions
Unpack file to 'source' pane always option.
(1/1)
lemonwidz:
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:
+1
me too
Ulfhednar:
I use MultiScript/CustomCommands assigned to a button to do jobs like this:
--- Code: ---MC.Explorer.Select FILTER="*.zip"
MC.Filesystem.Unpack TARGET=${sourcepath} FILTER="*.*"
--- End code ---
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: ---MC.Explorer.Select FILTER="*.rar"
MC.Filesystem.Unpack TARGET=${sourcepath} FILTER="*.*"
--- End code ---
Mathias (Author):
In the beta for v4.3 it is change so that the default location is source.
Navigation
[0] Message Index
Go to full version