Recent Posts

Pages: 1 ... 5 6 7 8 [9] 10
81
Support and Feedback / Re: Strange work with archives.
« Last post by dddima on September 09, 2025, 11:16:34 »
Maybe I need to enable some logging? So you can see the reason.
Because pressing F2 every time I update the archive is not very convenient...
82
Script / Re: Trying to make MC open automatically with single panel
« Last post by Mathias (Author) on September 09, 2025, 08:13:01 »
What is happening. is the script not running.. any error in the log ? does it exists ?
83
Script / Trying to make MC open automatically with single panel
« Last post by Tom L on September 09, 2025, 07:01:02 »
This script:
@echo off
start "" "C:\Program Files\MultiCommander (x64)\MultiCommander.exe" -AutoRun=SinglePanel
exit

worked fine on an older HP laptop I have with Windows 10, but not with new HP laptop with Windows 11.  Same MC build date for both (June 3, 2025) 64bit Edition.

84
Support and Feedback / Re: Strange work with archives.
« Last post by Mathias (Author) on September 08, 2025, 22:31:30 »
Strange. I can't replicate that

And you should not run multiple CustomCommands in a MultiScript, specially file operations commands since they are run in the backgrund, so they return directly so then the refresh is probably done before the delete has happend.

Also it is "NEWQUEUE" not "NOQUEUE" as optional parameters. but I don't think thats matters,
85
Support and Feedback / Re: Strange work with archives.
« Last post by dddima on September 08, 2025, 21:03:15 »
F2 simply did not function until I added the following key:
MC.Explorer.Refresh FORCEREBUILD.

However, when I added this multiscript to the “Delete” key:
MC.Explorer.Delete NOQUEUE
MC.Explorer.Refresh FORCEREBUILD
or
MC.Explorer.Delete
MC.Explorer.Refresh FORCEREBUILD
,it did not update automatically...
86
Support and Feedback / Re: Strange work with archives.
« Last post by Mathias (Author) on September 08, 2025, 09:27:44 »
Does a Refresh (F2/F4 or press on Refresh icon) work ? will it refresh it to the correct state ?
87
Support and Feedback / Re: Unclear symbols in the menu.
« Last post by Mathias (Author) on September 08, 2025, 09:26:37 »
Yes correct. the "new text file" item comes from registry.
88
Support and Feedback / Re: ButtonBar Size (DPI > 100%)
« Last post by Mathias (Author) on September 08, 2025, 09:26:01 »
I will take a look.
89
Support and Feedback / Re: Unclear symbols in the menu.
« Last post by dddima on September 08, 2025, 00:34:34 »
I am closing the issue.
The problem is in the registry - HKEY_CLASSES_ROOT\txtfile.
90
Support and Feedback / Unclear symbols in the menu.
« Last post by dddima on September 05, 2025, 23:02:57 »
I am trying to create a new text file, but some unclear inscription appears and nothing is created when I click on it.
Pages: 1 ... 5 6 7 8 [9] 10