Quote:
Originally posted by tolerant:
<STRONG>Anybody know of a DOS TSR that you can give arguments as xy positions on the screen and it displays those on the LCD screen whenever they show up on the screen?
</STRONG>
A while back, I hammered out a customised unoffical version of MPXF's tsr.
http://www.triwest.net/~brent/download/mpxf144u.zip
In this custom version, the %z command has been modified to the following syntax:
%zxxyyll
For example, %z701303 would tell it to display a total of three characters starting at position 70,13
It requires MPXPlay 1.44, and a stacks=18,512 in the config.sys
Other options:
MPXF 1.4 -
http://www.radioactivesoft.com
Requires MPXPlay 1.42, achieves similar funtionality by using the %z command in a different way. Probably less buggy than my customized version of MPXF.
MLT -
http://www.multimania.com/screamers/mlt/
If all else fails you could write your own tsr from scratch. TSR's are certainly do-able in Turbo Pascal.
[ 10-16-2001: Message edited by: bh76 ]