hello forum! i’m not actually commanding orca-c from another window in that video, i’m still opening all the files giving the filename to orca as argument at launch, but instead of directly executing orca i launch a shell script with the lines arranged like this :
#/bin/bash
orca /path/to/first/file.orca
orca /path/to/second/file.orca
orca /path/to/third/file.orca
exit
so when i quit orca with CTRL+Q it execute the next line, launching orca-c again with another file, and it so fast you almost don’t notice it
( obviously you have to use the correct path for the orca command and for your files in that script )