Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

start conemu with multiple tabs

Tags:

conemu

I have 5 different generators.

I've created 5 different tasks in conemu to start a new tab with the name of the generator on the tab and the generator starts immediately.

Now I need to create a script that when conemu doesn't run. ConEmu starts with immediately the 5 tasks started in each there own tab.

How can I start conemu from the command line to start automatically the 5 tasks?

Layout of tasks:

10 {generators::generator1}
11 {generators::generator2}
12 {generators::generator3}
13 {generators::generator4}
14 {generators::generator5}

Code example in task:

%comspec% /k RenameTab "generator one" & "c:\generators\bin\startgen" one

And then I like to start it like:

ConEmu -tasks 10 11 12 13 14
or
ConEmu -tasks generators::generator1 generators::generator2 generators::generator3 generators::generator4 generators::generator5

Is this possible in any way?

like image 248
nightfox79 Avatar asked Dec 08 '25 21:12

nightfox79


1 Answers

I've just found it myself, here

It works with a startup file and putting the commands inside that file. That doesn't start the tasks, but it can work for me.

If someone has a method to start the tasks directly it will help ofcourse.

like image 85
nightfox79 Avatar answered Dec 12 '25 04:12

nightfox79



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!