Recent Posts

Pages: 1 ... 3 4 5 6 [7] 8 9 10
61
Support and Feedback / Saving of panel widths/split sizes not working.
« Last post by evertdejongh on February 08, 2024, 09:40:29 »
How do I save the panel/tab widths to always be the same size when I open MC? I tried clicking on header to 'Save current layout as defaults'. Not working.
Also, have the 'Save on exit' ticked.
Also have the 'Remember split size between restarts' ticked. Not working.
It always opens in the same way, and I have to make the columns bigger.
Thanks.
62
Feature Requests and Suggestions / Re: Portable ver do not need SessionConfig
« Last post by ncnnnn on February 06, 2024, 09:58:06 »
ok。thank you.
63
When  unzip and overwrite the original version, SessionConfig will overwrite the original configuration.
Don't do that. use the MultiUpdate tool to upgrade..
64
Feature Requests and Suggestions / Re: Portable ver do not need SessionConfig
« Last post by ncnnnn on February 06, 2024, 02:10:27 »
When  unzip and overwrite the original version, SessionConfig will overwrite the original configuration.
65
Support and Feedback / Re: Search for... can't find any texts.
« Last post by Timon on February 04, 2024, 18:33:32 »
The main competitors (Double Commander, FreeCommander XE, Total Commander) support built-in search for file contents in office xml formats (docx, xlsx, odt, ...) and epub

FreeCommander XE also supports external converter xdoc2txt to search for file contents in the following formats - rtf;docx;xlsx;pptx;doc;xls;ppt;sxw;sxc;sxi;sxd;odt;ods;odp;odg;pdf;eml (in pdf format in this case there should be recognized text, not a picture)

If you need any additional information, I can write how it works
66
I'am trying to create a User-Defined Command (named "Open PDF In Edge") to open the Selected File in Microsoft Edge Browser. It's to be added to a Custom Context Menu which I have it listed in no prob there. But when I enter the following Custom Command, the Edge Browser opens with lots of tabs for each of the folder paths. This is what I'am using (Edge opens but the PDF file doesn't, I even tried /w another PDF Viewer but that doesn't Open it either)::

Code: [Select]
MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${focusfilepath}"ALSO TRIED::
Code: [Select]
MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${sourcefilepath}"
Could I have this script rectified\ fixed please ?

Nvm, I got it to work via External !!::
Code: [Select]
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "${focusfilepath}"
67
Not sure what you mean ?
68
Feature Requests and Suggestions / Portable ver do not need SessionConfig
« Last post by ncnnnn on February 01, 2024, 01:55:26 »
SessionConfig will override user‘s config。
69
Feature Requests and Suggestions / Re: Support for iso files
« Last post by Voodoo on January 29, 2024, 22:15:17 »
Thanks for the answer. So I stick to mounting and than switching to the drive. OK works for me.
70
Feature Requests and Suggestions / Re: Support for iso files
« Last post by Mathias (Author) on January 29, 2024, 07:36:07 »
7Zip the program (their FileManager) and support for .7z algorithm are different.  MC support .7z files, the 7Zip algorithm.
ISO file are something totally different. it is a RAW image of a disk or CD/DVD.

But since Windows 7, you can just mount ISO file in Windows, and a drive letter is assigned to it, and any program can read from them.
Pages: 1 ... 3 4 5 6 [7] 8 9 10