From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Coppens Subject: Re: Remote control of Dosemu Date: Fri, 18 Jul 2008 18:35:45 -0300 Message-ID: <20080718183545.f97c49ce.john@jcoppens.com> References: <20080718011954.dc5e47b5.john@jcoppens.com> <48801E06.9080700@pobox.com> <20080718135339.75dfae5c.john@jcoppens.com> <4880D133.60204@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4880D133.60204@pobox.com> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: "Alain M." Cc: dosEmu-list On Fri, 18 Jul 2008 14:21:55 -0300 "Alain M." wrote: > BUT, you did not say if your application is command line, TUI or > graphic... Hella Alain. The program is TUI - direct video access, so, I don't know if any dumb mode would be possible. From a few disassembly intents, I suspect it was written in Turbo Pascal o C. I have no need to do ssh. The program must be run every hour, a number of commands typed in, and a value, shown on the screen, must be captured. I've also tried to write a TSR at some point, and with some success, and maybe I should continue on that path, as I can then probably look directly at the memory where the result appears. But, if possible, I'd rather find a more elegant way... Thanks, John