From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Three major questions. Date: Wed, 10 Sep 2003 22:04:03 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3F5F6793.8060503@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Ryan Underwood wrote: > I did this; simply make a script that runs your desired program in > dosemu, and bind that script to a port in /etc/inetd.conf. When > the user telnets to the port, the port I/O becomes dosemu standard > I/O. What dosemu version is this? There was an isatty() check added recently (but not *very* recently), see parser.y.in:1284. It supposed to fail if you are trying to use a virtual com port on a redirected stdio, so I don't think this way still works. Or is it?