Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
User defined commands for printing and “New Text Document”. New tabs should open next to the active tab instead of at the end of the tab bar.
2
Yes if you select regex it will try to use that as a regexp and since it does not contains any special control characters, the regexp will just do a match for it.
3
Is the file synced to local. ?
4

Icons for EXE files are not rendered properly on Microsoft OneDrive.  They appear as all white icons. Other filetype icons display correctly, just not EXE files.   See screenshot
[/size]
[/size]
[/size]

5
Feature Requests and Suggestions / adding a link to the change log
« Last post by Anti-Bacterial on May 07, 2025, 21:26:20 »

Longtime user and contributor to MC. I previously suggested this functionality on 2015-08-31.

I'd like to suggest adding a link to the change log be placed in either the HELP > ABOUT screen or as a separate menu item under the HELP menu:   
https://multicommander.com/ChangeLog

Thanks for your consideration
6
Thank you.
In advanced if I search Tritonal Kinetik then value is Tritonal|Kinetik (Tritonal or Kinetik), results contain folders with any of this two words, and if I search"Tritonal Kinetik" then value is Tritonal Kinetik, results contain only folders with both this words. Is it possible to set the second method by default so that you don't have to quote the phrase every time?

I found that if you put the regex setting in "look for" field and in "matching method", then the search is carried out according to the second method. This is just what I need: after searching Tritonal Kinetik (without quotes) results contain folder with both words in its name only
7
I think the thing I miss most in MC is 'Undo' as in MSExplorer. I understand this is a big job. I currently use the log to check what mistakes I've been making, so it's not all bad :)) .

I like playing with MultiScript & I would like to improve my ability, thus would like a few improvements to the debugger (RMB context menu might be nice). Some idiots guide-type tutorial entries might be helpful as some of the error msgs are not sufficient for me to quickly pinpoint errors unfortunately. It is better than DOS though  :)

Slightly less demanding than a debugger makeover:-
 - I would like to be able to set MScript to recurse sub-dirs - as with DOS script cmds e.g.
Code: [Select]
for /d /r "%base_dir%" %%d in (.) do
 - I'd like NODIALOG added to DeleteFiles e.g.
Code: [Select]
@var $options[] = {“RECYLE”};  "NODIALOG"   
DeleteFiles($array, $options);
  (Maybe Recyle needs to be spell-checked?  :P)


Thanks for a great piece of reliable & useful software.
8
Support and Feedback / Re: Creating a network share...
« Last post by Mathias (Author) on May 07, 2025, 13:23:04 »
Go to network share
eg \\Server\Share   right click on share,  Select Map network drive
9
Support and Feedback / Creating a network share...
« Last post by CharlieCharlie on May 07, 2025, 11:58:30 »
Hi all
I give up: I somehow am not able to create a network-share. Say that I want to assign a Driveletter P: and connect it to a path on another computer.
I can handle existing shares just fine, but I can't find a menu item or button to that effect.

What obvious ting am I missing?

Thanks for your input!

CharlieCharlie

Using v 15.4. Build 3089 on x64
10
Support and Feedback / Re: Ftp won't connect
« Last post by Jean on May 06, 2025, 15:45:48 »
I'm getting familiar with re-using those ftp connections, never did that much, always tried a new connect.
Thanks again Mathias, great software.
Pages: [1] 2 3 4 5 ... 10