Conemu task not executed properly from command line

Viewed 8

Consider this conemu task

-cur_console:d:C:\ C:\Windows\System32\cmd.exe

-cur_console:ns1T50V -cur_console:d:C:\ C:\Windows\System32\cmd.exe

-cur_console:ns1T50H -cur_console:d:C:\ C:\Windows\System32\cmd.exe

> -cur_console:ns2T50H -cur_console:d:C:\ C:\Windows\System32\cmd.exe

With the name SO::mcve, if I run this task from conemu directly

enter image description here

A new layout of 4 tabs will be create in conemu, like this:

enter image description here

So far, so good... But what I'd like to accomplish is having the same result but by invoking this task from the command line. I tried running something like conemu {SO::mcve} and a new conemu process will be spawned but the tab layout won't be created for some reason I don't understand:

enter image description here

How would you invoke properly this conemu task from the command line in order to get my 2x2 tab layout?

Thanks in advance.

0 Answers
Related