1
How to you launch an instance of ConEmu from a batch script that has the following:
- 4 panels (2x2)
- no previous setup so that the batch script and any configuration both checked into source control
- each panel executes a console application from 4 different directories such as:
- c:\App1\App1.exe
- c:\App2\App2.exe
- c:\App3\App3.exe
- c:\App4\App4.exe
The use case I'm after is:
- a developer installs ConEmu
- either clicks the batch script
or
- calls it from whatever prompt they have available to them
Afterwards ConEmu would be running the 4 console applications in a way that they can see the output from all of them and not have to tab between views to see what each one is doing. I was able to get this working via a manual setup but just can't seem to parse the docs enough to see how to do this cleanly from a non-ConEmu commandline.