0

This question is very close to the following question:

Is it possible to output on multiple terminal windows within a single C program?

Yeah, I removed the the letter c. The above link shows how to do this on linux. I was wondering, can this be done on windows and osx as well? And if so how?

And also, can it work with "third party" terminals, like iTerm on osx or cmder on windows?

The language preferred to achieve this is java, but not required.

clankill3r
  • 9,146
  • 20
  • 70
  • 126

1 Answers1

0

if i correctly understand, you need to create pipe to the terminal window, in order to send data to it. If found a link for you, which may help. spawning a new terminal and writing to its output

Sherif O.
  • 506
  • 4
  • 15
  • That is also a linux based answer - may work on OSX (since it is linux based) but I can't tell. It won't work on Windows though. – Jerry Jeremiah Jul 16 '20 at 22:04