Hi
I would like to start two processes
on two shells and switch between these two shells. (I have not startet
Photon)
How can I do this?
At the moment I can´t start a second
process because the first one is blocking the input.
Greetings Dieter
Hi DIeter…
This has been answered before in the NG, but here it goes again:
- make sure that you have /etc/rc.d/rc.local file that is executable
- in it, put something like:
on -t con2 /path/to/executable/1/shell/2/binary.prog.1.2
on -t con3 /path/to/executable/2/shell/3/binary.prog.2.3
where binary.prog.1.2 runs on shell 2 and binary.prog.2.3 runs on shell
3. Look for help on ‘on’ for other choices such as time dependency, etc.
Regards…
Miguel.
D.Bittner@pilz.de wrote:
Hi
I would like to start two processes on two shells and switch between
these two shells. (I have not startet Photon)
How can I do this?
At the moment I can´t start a second process because the first one is
blocking the input.Greetings Dieter
Thanks Miguel for the fast response.
Regards
Dieter