Msg: 7365 *Conference*

12-08-97 15:52:33

From: RON WIESEN

To : COMET _

Subj: REPLY TO MSG #7361 (102/MODEM)

Attached is LFKRUN.DO.  It's ASCII.  Use RUN"LFKRUN to invoke this - it makes
file LFK102.CO.  Stuff shows on screen and "ticks" are heard while LFKRUN
cooks.  Be patient.  When message "Ok" appears, LFK102.CO exists.  You may then
use SAVE"LFK102.BA if you wish and then dispense with LFKRUN.DO.
 
Invoke LFK102.CO - don't worry about HIMEM because there is no HIMEM 
requirement.  You may then dispense with LFK102.CO because everything you need
persists in the permanent BASIC F-key definition area.  Consequently, there is
no cost of free memory or filename slots.  You need LFK102.CO only whenever you
want to redefine BASIC F-key F7 for a different ROM in the option ROM socket.
By the way Comet, do not alter the other BASIC F-keys because they have a mix
of key strings and machine language snippets.  You may freely alter BASIC F-key
F7 by direct statement KEY7,"" if you wish - just leave the other keys intact.
 
In TELCOM Terminal mode, F6 strikes a chord formed by the CTRL, SHIFT, and GRPH
keys.  F7 shows files in memory and free memory quantity.  Enjoy.
 
Note that a Model 102 is assumed, not a Model 100.  If you use a Model 100, you
will get the functionality you want for line-end treatment but the
identification of Option ROMs will not work correctly.  By intent, the
identification is Model specific.  If you have a Model 100 and need correct
identification of Option ROMs, let me know and I'll go find the Model 100
specific program and send it to you.
 

*Enclosed File: LFKRUN.DO