0

How to open new tab in ConEmu from FreeCommander dos-prompt command button in toolbar, open active directory from one of the panels in new ConEmu tab? It opens cmd.exe every time, I have option checked for forcing ConEmu as default terminal...

I want this in FreeCommander

dukasvili
  • 533
  • 1
  • 6
  • 18

2 Answers2

0

ConEmu64 /dir "%ActivDir%" /run cmd.exe /k CmdInit.cmd

Add these to your path and confirm path refreshed before trying. C:\Program Files\ConEmu\ConEmu C:\Program Files\ConEmu

0

"-Reuse" argument is what you need. Go to "Tools/Settings" and there go to "View/DOS Prompt". Type this in "DOS box command specification": "C:\Program Files\ConEmu\ConEmu64.exe -Reuse". Make sure your math to ConEmu executable is correct. Here's the link to see all other options available. https://conemu.github.io/en/ConEmuArgs.html

Alexey
  • 1
  • 2