I was wondering if I can write some kind of script for ConEmu so that I can start two command lines with some parameter. Here what I am trying to do:
$ start app1 someParam //start in one cmd line tab
$ start app2 otherParam //start in second cmd line tab
Any direction is appreciated.