Recent Posts

Pages: 1 ... 6 7 8 9 [10]
91
Support and Feedback / Re: Delete folders with content
« Last post by Mathias (Author) on December 24, 2025, 10:47:00 »
It cant delete the folder if it failed to delete some files before under it.
So there must be some error before where it failed to delete some sub files..  Windows does not allow delete of a folder if it is not empty.. so if it failed to delete some files under it. it will also fail to delete the folder.

OR something protects it or permission prevents it or something else that are special with that folder
92
Support and Feedback / Re: Delete folders with content
« Last post by gidi on December 23, 2025, 12:09:52 »
Thanks Mathias... I've started as administrator, but the File operations log simply tells me:
2025-12-23 12:07:00.982 Failed to delete folder (163) : XXXXXXXX
2025-12-23 12:07:00.982 Handle file Operations error : 163 (0) - Can not delete directory. It is not empty.

I'm not using any particular security software...
93
Support and Feedback / Re: Delete folders with content
« Last post by Mathias (Author) on December 23, 2025, 12:00:58 »
I does go down and delete every, Unless there are some issue
There must be some permission issue or other issue during the delete, Try run the application as administrator .
I can also be security software that blocks MC from deleting files.

Check fileoperation log (Ctrl+L and switch to correct log tab)

94
Support and Feedback / Delete folders with content
« Last post by gidi on December 23, 2025, 11:50:11 »
Hi there, I'm using current version (15.7) of MC. I'm trying to delete folders with some content (files and/or subfolders). MC forbids me to do this (telling me "Folder is not empty! cannot delete folder XXXX", allowing only to skip, skip all, retry and abort. Since I've a deep nested structure, I should go to the bottom of the structure and deleting level by level - very time-consuming. Is there an option to "force" MC to delete the folder - whatever it contains? Thanks in advance
95
Just curious: would it be possible for you to serialize the Loop setting so it's persistent across launches ? I hate having to right-click & toggle it On everytime. ??? Please consider it, because that is how I intended it to function —that's why I said "make it a Checkbox option in Core Settings or Explorer Panel" —I'am fine /w it as it is (in Popup Menu), but I'd just like it to remember the setting (should stick for the next launch automatically) ! Thank you ! :D

[Workaround]: I was able to emulate setting of the Loop to PlayAudio via a User-Defined Command ("AR") MultiScript set on AutoRun=AR CommandLine parameter at Startup —but I would still like this implemented (the persistent Loop setting) in a future release please::

Code: [Select]
// Set Left Tab Group to 100% width
MC.RunCmd ID="Core.1205";

// Emulate enabling Loop mode by playing a dummy file with LOOP=1
MC.PlayAudio FILE=" " DURATION=0 LOOP=1;

// Immediately stop playback to leave Loop enabled
MC.StopAudio;
96
Beta Releases / Re: 15.7 BETA - Fails to show all command in menu
« Last post by Pawel on December 20, 2025, 15:23:05 »
  -- 3127 - 2025-12-17 ( 17-Dec-2025 )

  ADDED - Increased the max number of UserDefinedCommands that can be registered for Menu/Toolbar from 600 to 950

I can confirm this fixes the problem.
-Pawel
97
It's working brilliantly, thank you so much Mathias !! 8) I like how it plays the audio from video files as well (MP4's), I'am currently using this feature extensively !! 🙏 Happy holidays to everyone & God bless ! 🎄🎅
98
Feature Requests and Suggestions / Re: Windows on ARM CPU
« Last post by Mathias (Author) on December 17, 2025, 07:57:51 »
Windows ARM, Maybe.. But I don't have a Windows ARM computer so until I get one its hard to develop something for it.

MacOSX, No, all UI and other parts in MC are Windows specific and would need to be rewritten. Would require super much extra work and I don't have the time for that.
99
Feature Requests and Suggestions / Windows on ARM CPU
« Last post by khvmcusr on December 16, 2025, 20:18:42 »
Hi!

Any plans for native version of MultiCommander for Windows on ARM CPU? If if that would be the case any chance you would make MultiCommander available for macOS in the future?
100
Yes the Windows MediaEngine (that MC is using) is not the full Media Player. it is a core part in Windows for playing actual audio (.MID are not audio files.  but instruction on how to generate sound.)

So Sorry. Mid files will probably not work

That's a pity, I actually thought it would play though. ;D I could still loop my MP3 songs…
Pages: 1 ... 6 7 8 9 [10]