Andreas K. Foerster wrote: > Hello, > > I start a program like this: [...] > > How is it possible to run it on a different virtual terminal? > Say /dev/tty2 for example. I think you just have to open /dev/tty2 and pass the file handle as StdOut and StdErr to the newly spawned process. (use AssignStream instead of Execl) - Sebastian