Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Support and Feedback / Re: How to Drop&Run?
« Last post by commander on Today at 01:00:19 »
When drop&run, Windows shell normal trasmit two parameters, the first one is the executable path, then the dragged file path. Multicommander just send the dragged file path as the only one parameter, which is not standard. (I choose Program supports more than 2 (paramaters))

Still hope I can drag any file to any executable, don't have to pre-create the shortcut.
2
Support and Feedback / Re: How to Drop&Run?
« Last post by Jungle on Yesterday at 07:50:49 »
It is possible if you put that executable on the QuickLaunch bar or Button panel.

Example for QuickLaunch bar:
1. Drag'n'drop some executable on the QL bar
2. Customize it by right-clicking the icon and selecting "Customize..." (here you can choose how the dropped files shoud be handled)
3. Now you can drag'n'drop other files on that icon, and they will be opened in that program

Example for Button Panel:
1. Enable wizard mode (Menu Configuration > Toggle button panel wizard mode)
2. Drag'n'drop some executable on the desired button
3. In the settings window check "Accept dropped files..."
4. Disable wizard mode (Menu Configuration > Toggle button panel wizard mode)
5. Now you can drag'n'drop other files on that icon, and they will be opened in that program
3
Support and Feedback / Re: How to add Favorite Pairs
« Last post by Jungle on Yesterday at 07:34:21 »
If I got you right, you can do it via Custom commands. E.g. write MultiScript or use Internal Commands directly.
For example:

Code: [Select]
@var $path1 = 'c:\temp'
@var $path2 = 'c:\temp\22'

MC.Explorer.NewBrowser PATH="{$path1}" SIDE=LEFT
MC.Explorer.NewBrowser PATH="{$path2}" SIDE=RIGHT

Then you can bind that custom command to a button on the button panel or to a hotkey, or put it to a quicklaunch bar
4
Support and Feedback / How to add Favorite Pairs
« Last post by commander on Yesterday at 02:50:08 »
 Sometimes two folders are related, and they are only used when both sides are open. Is there a way to create a folder pair
5
Support and Feedback / How to Drop&Run?
« Last post by commander on Yesterday at 02:42:08 »
Windows Explorer accepts dragging a file onto another executable, putting the file path in the argument and executing it. Can Multi Commander do this? I've tried Alt, Ctrl, Shift, but it doesn't work.
6
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Mathias (Author) on May 15, 2024, 19:43:58 »
I just double click on part 1 of the rar-set. If I don't use MC I get the PW dialog as expected. 
Normally doing this in MC would also bring up the PW dialog, now CTD & MC restart.  Tried again now on different set & got  1914-I115CF error.
Sent the error report.

OT
In the Search Dialog shouldn't selections be persistent?  I'm seeing file content check boxes lose the selection between uses. Or is this a change I've not noticed?

Sorry to be creating work for you Mathias...  ;)

Hmm strange.. I can Navigate into the rar (multi rar archive). select files,  select copy.  asked for password.. enter password. and copy continues..
Not sure what is different.

yes search settings should be remembered
7
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Ulfhednar on May 15, 2024, 18:41:12 »
I just double click on part 1 of the rar-set. If I don't use MC I get the PW dialog as expected. 
Normally doing this in MC would also bring up the PW dialog, now CTD & MC restart.  Tried again now on different set & got  1914-I115CF error.
Sent the error report.

OT
In the Search Dialog shouldn't selections be persistent?  I'm seeing file content check boxes lose the selection between uses. Or is this a change I've not noticed?

Sorry to be creating work for you Mathias...  ;)
8
Beta Releases / Re: v14.0 BETA
« Last post by Mathias (Author) on May 15, 2024, 17:06:21 »
Hi Mathias,

Is it possible to increase dimensions of Copy/Move window to fit, for example, full Polish translation? The same for "Advanced >>" button.
Please see the screenshot.

BR
Lukasz
See if i can make them a little bigger. else maybe translate to something shorter that mean the same ;)
9
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Mathias (Author) on May 15, 2024, 16:53:52 »
Could it be because it is a spanned .rar with pw? 
Error  1914-Y114TW in FSRAR.DLL (report sent)

Tested with rar that is splitted into mutliple files... it worked for me.
How do you unpack/copy the content from it ?
10
Beta Releases / Re: Copy to zip: skip all doesn't work.
« Last post by Mathias (Author) on May 15, 2024, 06:20:23 »
Could it be because it is a spanned .rar with pw? 
Error  1914-Y114TW in FSRAR.DLL (report sent)
Maybe.. I will check
Pages: [1] 2 3 4 5 ... 10