0

I don't know if that's possible.

I managed to have conemu open two tabs (with a custom name) on startup and cd inside the folders i needs, now my question is: Is there any way to make conemu open two different tabs in two different windows and position them top-right-corner and bottom-right-corner?

The task i run on startup is the following:

title Website & cmd /k "%ConEmuDir%..\init.bat" && cd c:\src\www

title Other& cmd /k "%ConEmuDir%..\init.bat" && cd c:\src\other

Thanks

Nick
  • 13,493
  • 8
  • 51
  • 98

1 Answers1

1

As always, read the documentation. Use -new_console to open a separate window, play with tabs normally. Documentation.

If you’re lucky, the author of ConEmu will notice you and help you out better than I can.

Maximus
  • 10,751
  • 8
  • 47
  • 65
Dúthomhas
  • 8,200
  • 2
  • 17
  • 39
  • i cannot use new-console (it does nothing) I did read the documentation i tried the examples provided (which is something like this -new_console:s50H), but none worked. I also cannot use -cur_console:s1TVn as it throws a fatal error and crashed the application, that's why i was wonder if you knew a better way before asking on github (cause i think it is meant to be mainly for bugs and not really how-tos) – Nick Feb 07 '18 at 21:30
  • There are plenty of information. Here on SU and in [docs](https://conemu.github.io/en/SplitScreen.html). I think there is nothing to add. – Maximus Feb 07 '18 at 22:25