Recent Posts

Pages: 1 ... 6 7 8 9 [10]
91
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.
92
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
93
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}"
94
Not sure what you mean ?
95
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。
96
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.
97
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.
98
Feature Requests and Suggestions / Support for iso files
« Last post by Voodoo on January 28, 2024, 17:58:34 »
Hi,
I'm a new MC user  :)
Using the latest version 13.5, i tried to open an iso file and expected it to open like a zip archive and navigate it within MC.
7Zip can open and extract files from an iso file so I tried to add the iso suffix to the FS-7Zip Plugin, but that did not work either.
So my question is, can I somehow enable it to work or do you need to implement it first?
I'm interested in copying files from an iso file, so only read only mode, no need for changing the iso file.
99
AH I see, well O.K. thanks ! Looking forward to the upcoming releases —great job !! :D
100
Beta Releases / Re: v13.5 Issues
« Last post by Ulfhednar on January 27, 2024, 11:37:00 »
Thanks for the rockstar rapid coding Mathias, everything seems good now   8) :D
Pages: 1 ... 6 7 8 9 [10]