Skip to content
Advertisement

Equivalent for Linux’s “screen”

Is there anything similiar to Linux’s “screen”? What I want to do is launch console application created in Java. Then let’s say I want to execute command to the running application. For example I want to tell it to exit so I’ll tell it command ‘exit’. On Linux I can open the application “in screen” and later if I want to tell it any command I can attach the “screen”, tell it the command and detach. I don’t need screen but I need something that can do this. It would also be cool if I could do it without installing any additional software.

Advertisement

Answer

You can install cygwin and within cygwin install screen.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement