How can I get ConEmu to open more than 30 tabs?

2

1

I have a .bat file which opens 100+ consoles, but I need them in new tabs.

Problem is, ConEmu has a max of 30 tabs. I can do this with regular cmd, but its 100+ new windows. I'd prefer them in tabs as it saves a lot of screen real estate.

If ConEmu cannot do this, does anyone have any suggestions?

pbriar

Posted 2014-10-16T15:30:09.490

Reputation: 21

How do you plan to manage so huge consoles amount? – Maximus – 2014-10-16T16:07:08.043

Manage? These batch files each run something concurrently. As far as memory and CPU usage goes, I can get up to around 400 before running into some system problems. It'd be much easier to manage if they didn't cover my screen, rather in tabs :P – pbriar – 2014-10-16T16:21:24.603

400 tabs? You even will not be able to choose exact one. Moreover, I think terminals based on "conhost.exe" will slow down your system with such large consoles amount. – Maximus – 2014-10-16T18:25:45.980

Well, I do it on a daily basis. I'm not sure there is a way to run 100+ batch files in a single terminal at once? Or is there? – pbriar – 2014-10-16T18:59:06.670

Also. May be you are going wrong way? 400 console windows is a great overhead... Why do not to run them concurrently in a single terminal? – Maximus – 2014-10-16T18:59:59.850

I'm not trying to beat a dying horse; but there is almost certainly a better way to go about what you are trying to accomplish. – dgo – 2014-11-04T16:01:51.737

Please vote for it at https://github.com/Maximus5/ConEmu/issues/1779

– Vampire – 2019-02-27T18:34:03.847

No answers