Running Dos Applications From Remote Terminals

Daniel A. Graifer dag at fciva.FRANKLIN.COM
Thu Jan 10 04:25:01 AEST 1991


The problem here is that Merge, in order to correctly emulate the keyboard
on a MS-DOS machine, needs 'scancodes' rather than ascii characters.  Other-
wise, you have to get things like F-keys using escape sequences.  Locus,
the originator of Merge, has terminfo files for wyse-60, one of televideo's
terminals that has a PC mode, and something called a kt70.  I've only tried
the 'wy60ix' TERM setting.  This works surprisingly well.  Invoking DOS or
any screen oriented DOS application from the command line sends the escape
sequence to reconfigure the terminal from 'WYSE-60' to 'PCTERM'.  Exiting
DOS sets it back.  In DOS applications, all normal DOS keystrokes work. 
(Even CTRL-ALT-DEL works in the sense that it terminates Merge.)

Hope this helps.

Dan



More information about the Comp.unix.msdos mailing list