From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alain M." Subject: Re: Remote control of Dosemu Date: Fri, 18 Jul 2008 14:21:55 -0300 Message-ID: <4880D133.60204@pobox.com> References: <20080718011954.dc5e47b5.john@jcoppens.com> <48801E06.9080700@pobox.com> <20080718135339.75dfae5c.john@jcoppens.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080718135339.75dfae5c.john@jcoppens.com> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: dosEmu-list Hi, Dosemu has a "dumb" mode which uses Linux's stdin and stdout. It will probably work with scrict command line DOS programs, most probably not with TUI. This can probably be used with screen and easely with ssh and also with scripts. I use dosemu remotely trough ssh. You just need to run dosemu in char mode and install the fonts you need in the client machine. BUT, you did not say if your application is command line, TUI or graphic... Alain PS: I am redirecting this to the dosemu list John Coppens escreveu: > On Fri, 18 Jul 2008 01:37:26 -0300 > "Alain M." wrote: > >> is it ok for you to run remotely using ssh? works for me (non graphic) >> >> I believe that it is possible to use "screen" and access a program that >> is already running, I someone knows how to do it.... > > Hello Alain. > > Thanks for your message. I've been using Linux for about 10 years now, > and never read about the Screen command :-< > > So, I now found a lot of information, but I can't see how to access the > screen of one program from another. As far as I can see, all the commands > of 'screen' are keyboard commands. > > Maybe the term 'remote control' is not quite correct. I need to run a DOS > program (from the same machine) but somehow access the information which > is on the screen. There are two reasons: > > 1) I cannot send commands until some event was reported on the screen, > 2) I need the result from measurements, which only appear on the DOS > screen. > > This has to be done automatically. > > John > >