Recent Posts

Pages: 1 [2] 3 4 5 6 ... 10
11
Script / Re: Trying to make MC open automatically with single panel
« Last post by Tom L on September 11, 2025, 23:58:53 »
I run the batch file from my desktop. It works, because it opens MC. But the "-AutoRun=SinglePanel" part doesn't happen. I don't get any error messages. I'm not sure what error log you're referring to. I went to the Microsoft Event Viewer and saw only two files there, Eventlog.dll and Eventlog.pdb neither of which I could open.
12
Support and Feedback / Re: Strange work with archives.
« Last post by dddima on September 09, 2025, 13:24:56 »
I clicked delete and it still shows up
13
Support and Feedback / Re: Strange work with archives.
« Last post by Mathias (Author) on September 09, 2025, 11:32:10 »
For me it updates automatically. I can't replicate that it is not updated.

If you look in fileoperation or filesystem log (Ctrl+L) you might see some error there for that.

14
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...
15
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 ?
16
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.

17
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,
18
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...
19
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 ?
20
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.
Pages: 1 [2] 3 4 5 6 ... 10