Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Support and Feedback / Re: How to disable Multi Commander an update is available
« Last post by KT on November 16, 2025, 02:51:35 »
Thank you to both of you for the replies.

I have disabled update check and made sure Auto send crash report is set to 5MB file.

2
I don't have a script that does that now. I will check later if I have one that scan filesystem. It a bit complex. need to use function. and call function for each folder recursivly.

Alright, appreciate it ! well hope it's not too complex ! But nevertheless I would love to tweak it to my needs !

I had something that generated pdf before but it stopped working after webpage redesign and I had not had time to look into it.
but all documentation is available on github. at https://github.com/MultiCommander/MultiCommander-Documentation

Thanks a million ! 🙏
3
I don't have a script that does that now. I will check later if I have one that scan filesystem. It a bit complex. need to use function. and call function for each folder recursivly.

I had something that generated pdf before but it stopped working after webpage redesign and I had not had time to look into it.
but all documentation is available on github. at https://github.com/MultiCommander/MultiCommander-Documentation 
4
If it hangs for you.. Maybe you should send in a dumpfile when it happens, else there is almost no chance of it being fixed.
https://multicommander.com/Docs/troubleshooting-hang
5
Could you perhaps give me a rudimentary practical or skeletal code example please ? The Online Documentation is far too vague and only shows how to assign the DeleteFiles to a Variable (incomplete example), nothing about how to Enumerate the Folder and Match File Criteria, then delete. There should be an offline Help Documentation PDF IMO.
6
Menu Bar > Configuration > Core Settings > Under "System" you'll find "Check for new version at Startup" and "Check for and download an update of a Beta version if available".
Uncheck both of these.
7
Support and Feedback / How to disable Multi Commander an update is available
« Last post by KT on November 15, 2025, 00:35:40 »
I have reverted to a previous version Multi Commander (15.3 Build 3084) because the two recent versions can hang or crash when I am doing file or folder copy, move, or delete. I have already tried doing a clean install.

How do I disable the startup dialog that always asks to "Update Now" or "Ask Later" (next time I open the app)?

I could not find a checkbox to enable or disable "Check for Update".

8
Support and Feedback / Re: Show Video codec
« Last post by Mathias (Author) on November 14, 2025, 06:40:02 »
That would require that MediaInfo code to be Including in MC , Problem is that than MC then will grow with over 200% in size. just to be able to get codec info. And that is not happening.

If you install some 3rd party tool that can show it in Windows Explorer you can use MultiScript to get the information from Windows Shell with "GetFileProp(..)"  Problem is to find what the prop name is, should be documented on the 3rd party tools website.

9
Support and Feedback / Re: Show Video codec
« Last post by Nierewa on November 13, 2025, 23:11:35 »
 :'( This should be implemented.
10
There is no CustomCommand named "Delete"

MC.FileSystem.Delete - https://multicommander.com/Docs/customcommands_list#mc.filesystem.delete

and for MultiScript DeleteFile and DeleteFiles
https://multicommander.com/Docs/multiscript/functions/filesystem#deletefile
https://multicommander.com/Docs/multiscript/functions/filesystem#deletefiles

If you just what to delete special files. Than use MultiScript. enumerate folder and delete a found file/folder that match criteria for deletion.
Pages: [1] 2 3 4 5 ... 10