Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

Need help with conversion of ConsoleZ command to ConEmu eqv. #2477

Open N6REJ opened 1 year ago

N6REJ commented 1 year ago

Hello, We are trying to convert from ConsoleZ to ConEmu and are running into a problem with the console type.

Versions

ConEmu build: 220807 x64 OS version: Windows 10 x64 pro Used shell version: cmd?

Problem description

In ConsoleZ the -t command is used to specify the window for example ruby would be "-t Ruby 3.1.2" if I run ConEmu without the -t switch I always get the cmd console and not the ruby one. We use the console VERY heavily in our amp stack ( http://github.com/Bearsampp/Bearsampp ) as the console for every app that requires a console. Such as ruby, python, mysql, etc... I don't understand what command we should be putting there to be in the proper console

Is it possible to do this? I sure hope so.

Steps to reproduce

attempt to load ruby console for example.

Actual results

invalid command "-t Ruby 3.1.2"

Expected results

An example of how ruby would look is image

Composer would be image

Additional files

The function that I think is causing the issue is https://github.com/Bearsampp/Bearsampp/blob/b12e9eb2be20eb19b2d8f576d5eaedb0c9e9c499/core/classes/tpls/class.tpl.aestan.php#L73-L108