Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
Thank you for the feedback. I have translated it into English to the best of my ability, while leaving the Ukrainian version below “for my own.” I hope this will not be considered a drawback.
As for including this translation in the release, I believe it is still premature. It requires another thorough check for errors.
42
Support and Feedback / Re: invalid modules/extensions
« Last post by Mathias (Author) on February 26, 2026, 22:09:26 »
Some of the modules did not get updated correct during update for some reason (something blocked them from being replaced), You can start MultiUpdate program manually and in setting select force update.. or you can download and reinstall.

In the AppLog (Ctrl+L in the app to view it) It should say what modules it fails to load if you want to know exactly what module that is not loaded
43
Support and Feedback / invalid modules/extensions
« Last post by JeanneMarie on February 26, 2026, 17:45:12 »
I'm getting this attached error message as MC starts. But there's no hint at how to troubleshoot it. Once the program starts, the application log says multiple extensions initialized (15) and then "initialization completed" followed by "Application ready!" and checking for new version (none found).

I've restarted many times this morning trying to resolve some minor questions about the program's behavior. But I figured it would be best to resolve this one and maybe the other problems will disappear.

So how to I figure out what is going on here?

Many many thanks for any guidance,
JeanneMarie
MC ver. 15.8 build 3135
Win 11 Pro
44
Since this is a English forum, please write in english. Also if this is a translation, check the post on how to get a submit key and you can submit it directly so it will be included into the release
https://forum.multicommander.com/forum/index.php/topic,129.0.html
45
Translations And Language Packs / Ukrainian language pack - latest MC version
« Last post by Tezcatlipoca on February 23, 2026, 12:07:08 »
This is not a correction of the old version; it is a complete translation based on the English language package.
Why was this undertaken? Because the standard old version contains an excessive number of errors. In addition, certain variations on the so‑called “original translation” are particularly irritating—for example, “стежка.”
In this version, I have, for the time being, retained the English names of elements alongside the translation. This has slightly increased the size of the package, but it does not interfere with the operation of MC.
Furthermore, I have endeavored to shorten certain Ukrainian elements so as not to disrupt the interface. I reduced them wherever I noticed inconsistencies.


Це не виправлення старої версії, це повний переклад з англійського мовного пакету.
Навіщо це зроблено? Бо в стандартній старій версії ну ДУЖЕ БАГАТО ПОМИЛОК. До того ж, дуже бісять деякі варіації на тему "оригінального перекладу". Наприклад: "стежка".
В цій версії я, поки що, залишив англійські назви елементів поруч з перекладом. Це трохи збільшило розмір пака, але ніяк не заважає роботі МС.

Також, старався скоротити деякі українські елементи, щоб не ламати інтерфейс. Скоротив там, де помітив.
46
Instructions for integrating SysPin into your automation:

claude-opus-4-6-thinking AI Generated::
1. Download SysPin from: https://www.technosys.net/products/utils/pintotaskbar (the ZIP is approximately 11 KB). Extract the `syspin.exe` from the archive.

2. Create a MultiScript entry in 'User Defined Command' with the following template to enable easy access via context menu:

Code: [Select]
@var $filePath = GetSourceFocusPath();
@var $syspin = "C:\\Path\\To\\syspin.exe"; // Replace with your actual full path, using double backslashes
@var $cmdArgs = "/C \"\"" + $syspin + "\" \"" + $filePath + "\" 5386\""; // 5386 pins to taskbar
MC.Run CMD="cmd.exe" ARG="{$cmdArgs}";

3. To keep the console window open for debugging, replace `/C` with `/K`.

Note:
- `$filePath` captures the currently focused file path. 
- Replace `"C:\\Path\\To\\syspin.exe"` with the actual full path to your `syspin.exe`. 
- Use the following codes for different actions:

+--------------------------------------------------------------+
| Action                     | Code   | Description                 |
+----------------------------|--------|------------------------------+
| Pin to taskbar             | 5386   | Pin the file to taskbar     |
| Unpin from taskbar         | 5387   | Remove from taskbar        |
| Pin to Start               | 51201  | Pin to Start menu          |
| Unpin from Start           | 51394  | Remove from Start menu     |
+--------------------------------------------------------------+

+--------------------------------------------------------------+
| Usage Examples                                               |
+--------------------------------------------------------------+
| syspin "PROGRAMFILES\Internet Explorer\iexplore.exe" 5386     |
| syspin "C:\Windows\notepad.exe" "Pin to taskbar"              |
| syspin "WINDIR\System32\calc.exe" "Pin to start"              |
| syspin "WINDIR\System32\calc.exe" "Unpin from taskbar"        |
| syspin "C:\Windows\System32\calc.exe" 51201                   |
+--------------------------------------------------------------+
Additional Notes:
You cannot pin Metro apps or batch files using SysPin.
47
Support and Feedback / Re: Weird file names display
« Last post by Jungle on February 16, 2026, 21:09:33 »
Thank you for checking. Are you using File Manager look and feel or traditional one?
I use Commander Style Look'n'Feel
48
Support and Feedback / Re: Weird file names display
« Last post by nietrupek on February 16, 2026, 19:55:06 »
nietrupek,

I've created some files. No problems.

Thank you for checking. Are you using File Manager look and feel or traditional one?
49
Support and Feedback / Re: Weird file names display
« Last post by Jungle on February 16, 2026, 14:47:07 »
nietrupek,

I've created some files. No problems.
50
Support and Feedback / Re: Weird file names display
« Last post by nietrupek on February 16, 2026, 13:54:30 »
More likely it is some windows issue, Because the window text draw engine is loaded into each process that is rendering text in the Windows UI.

Sounds like a conspiracy theory...

But I can't check for that since I can't reproduce it

Why not? Each line of attached file contains a filename. Just do:
echo "anything" > "filename1"
echo "anything" > "filename2"
...
for each line, and you will get a set of files. See them in MC's panel. Maybe you'll see what I see.
Final note: from time to time MC displays them differently for no apparent reason.

Pages: 1 2 3 4 [5] 6 7 8 9 10