I have the following run.cmd file. This runs 2 scripts (a webserver and a watch script) and opens a new console. All good.
How can I run all these scripts to be opened in a "new window" conemu interface? For example: if I run this run.cmd 3 times, I should have 3 conemu windows with 3 tabs each
//how to open first a "new conemu" window here? and then run the scripts in this new window?
start server.run.cmd -new_console:s
start watch.cmd -new_console:s
start cmd -new_console