How can I specify multiple startup tasks in Conemu?
- by Maciej Wozniak
How can I specify multiple startup tasks in Conemu? I want to have each task in a separate tab opened on startup.
Something like:
ConEmu64.exe /cmdlist {Powershell}|{FAR}|{VSConsole}
Unfortunately, this command does not support "console scripts" ("Console script are not supported here").
I know, I can create another task, combining the commands of my desired tasks (full commands, because task command does not support console scripts). Is there any other way ?