Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
No. I can't fix anything that I can't reproduce
2
I saw that in the last changelog
Quote
FIXED - TabSessionManager will now make sure menu system is loaded before loading the tab session. (Since this should be added to menu system)
If this is related to the topic of this thread, I’m sorry to say that the issue still persists  :(
3
Beta Releases / Re: v14.6 BETA
« Last post by Mathias (Author) on Today at 17:39:44 »
Hi
is there any special setting to do? I've put host,user and password,but it is not working,got:

Code: [Select]
Failed to connect
Failed to initialize socket - Cannot connect to server
Connection... Failed!

it works fine in total commander

thanks


Let me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work

I Use SFTP(SSH) daily without issue.

Sure IP and port are correct ?  Maybe FW issue. maybe have outbound block on. and MC need to be allowed allowed to connect out ?
Try enable higher loglevel in Core settings.  might output something more.
4
Beta Releases / Re: v14.6 BETA
« Last post by mrapi on Today at 17:27:15 »
Hi
is there any special setting to do? I've put host,user and password,but it is not working,got:

Code: [Select]
Failed to connect
Failed to initialize socket - Cannot connect to server
Connection... Failed!

it works fine in total commander

thanks


Let me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work
5
Multi Commander - Choose Neovim "Stable" or "Test" Config
https://mlabrkic.github.io/posts/2025/2025_09m_15-multicommander-nvim_appname/

This is the modern way of selecting the Neovim config folder by setting the NVIM_APPNAME environment variable!

Check in Neovim:
:h NVIM_APPNAME, :echo $NVIM_APPNAME and :echo stdpath("config")

Info (Multi Commander: Run the Neovim GUI): https://forum.multicommander.com/forum/index.php/topic,4835.0.html

############################################################

1. First of all, do this

Copy the Neovim “TEST” configuration to the “nvimt” folder: C:\Users\<you>\AppData\Local\nvimt
Then run the “Neovim-neovide-TEST” MultiScript (F11) in the “Multi Commander”.

These are my folders (stable and test):

C:\Users\<you>\AppData\Local\
nvim
nvim-data

nvimt
nvimt-data

############################################################

2. I am now using these Multi Commander scripts

Code: [Select]
F10
Neovim-neovide-STABLE
Command type: Multi-Script

@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);

// @var $app = "neovide --neovim-bin=C:\\UTILS\\Neovim\\bin\\nvim";
// I have Neovim folder in Windows path: C:\UTILS\Neovim\bin\
@var $app = "neovide";

MC.Run CMD={$app} ARG={$selectedFile} STARTIN={$fileDir}

------------------------------
F11
Neovim-neovide-TEST
Command type: Multi-Script

@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);

// MC.Run CMD="cmd.exe" ARG="/k set NVIM_APPNAME=nvimt&neovide "{$selectedFile} STARTIN={$fileDir}
// MC.Run CMD="cmd.exe" ARG="/c set NVIM_APPNAME=nvimt&neovide "{$selectedFile} STARTIN={$fileDir}

// start cmd shell, start neovide from cmd, and immediately close the cmd window
MC.Run CMD="cmd.exe" ARG="/c set NVIM_APPNAME=nvimt&&start neovide "{$selectedFile} STARTIN={$fileDir}

------------------------------
F12
Neovim-neovide-STABLE-without-file
Command type: Multi-Script

// STABLE configuration without an initial file

@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);

// @var $app = "neovide --neovim-bin=C:\\UTILS\\Neovim\\bin\\nvim";
// I have Neovim folder in Windows path: C:\UTILS\Neovim\bin\
@var $app = "neovide";

MC.Run CMD={$app} STARTIN={$fileDir}

############################################################

3. Info - TEST configuration with “Windows PowerShell”

Code: [Select]
F11
Neovim-neovide-TEST
Command type: Multi-Script

// TEST configuration with "Windows PowerShell"

@var $selectedFile = GetSelectedPaths();
@var $fileDir = PathGetPathPart($selectedFile, 1);

MC.Run CMD="powershell.exe" ARG="-WindowStyle Hidden -Command $env:NVIM_APPNAME='nvimt';Start-Process neovide "{$selectedFile} STARTIN={$fileDir}

############################################################

Windows has two command-line shells: the Command shell and PowerShell.
https://learn.microsoft.com/en-us/powershell/scripting/overview

Windows Commands:
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands
or
https://ss64.com/nt/

Windows CMD Shell syntax and START command:

Windows CMD Shell How-to guides and examples https://ss64.com/nt/syntax.html
START https://ss64.com/nt/start.html

Try this:
Run Command shell (Win-s: run, press Enter): cmd.exe
START “Demo 1” nvim
START neovide
6
Script / Re: Trying to make MC open automatically with single panel
« Last post by Tom L on September 13, 2025, 19:56:38 »
OOF!

I forgot that three or four years ago I created a file to remind me for future reference (for a situation just like this in which I had to switch to a new computer) exactly how to make MC open automatically with a single panel. Now I need to create another file that reminds me to check that reminder file! It's tough getting old!

Thanks so much for the hint. I shouldn't have had to bother you or this forum!  Problem solved!
7
Beta Releases / Re: 15.6 BETA
« Last post by Mathias (Author) on September 13, 2025, 08:48:44 »
Thanks for the new RC Mathias!

Audio-tool merge mp3 files is only available via MC menu/extra/auto tools - not via context menu?

I did not think about adding it there. Will see if that is possible.
8
Script / Re: Trying to make MC open automatically with single panel
« Last post by Mathias (Author) on September 13, 2025, 08:42:39 »
No You are saying that MC should run the MultiCommander Script "SinglePanel" when it starts..  Are you sure that you have that script in MC ? that is not a default script.
That is a script you must have created
9
Script / Re: Trying to make MC open automatically with single panel
« Last post by Tom L on September 12, 2025, 21:26:05 »
The script is a batch file, "MultiCommander.bat."
I've attached the log file. I changed its name from 2025-09-12-(7024)-MultiCommander.log to 2025-09-12-(7024)-MultiCommander.txt so that it would upload.
10
Beta Releases / Re: 15.6 BETA
« Last post by User_99 on September 12, 2025, 16:57:44 »
Thanks for the new RC Mathias!

Audio-tool merge mp3 files is only available via MC menu/extra/auto tools - not via context menu?
Pages: [1] 2 3 4 5 ... 10