Intermec 6100 Reference Guide

Page of 328
APPENDIX A
Sample Configuration Files
PEN*KEY
R
 6100 Computer Programmer’s Reference Guide    A-15
Required Files
"
PPCP.EXE
(PenPal control program)
"
DPM16BI.OVL
(If protected mode PenPal)
"
RTM.EXE
(also load these files.)
"
PPRCP.RSC
(Specific to the 6100 Computer)
"
PPCP.REG
(Reg. file)
"
61MOUSE.COM
(Pen driver program)
"
CALIB.EXE
(Calibration program)
"
N6100.BGI
(For calibration program)
"
EMULIX.EXE
(For handwriting recognition)
"
USGREC.EXP
"
VLOAD.EXE
"
EMM386.EXE
"
PENDOSEM.BAT
EXAMPLE:
Sample PenRight! (DOS) Setup
The following is an example of DOS code that could set up PenRight! (DOS), through the use
of an AUTOEXEC.BAT.
PATH a:\;d:\;
REM Disable Video Memory writes as Activity
D:/ELANCFG –V0 /H8 /L12 /D20 /T2
REM Load the modified pen driver
SEST APIRSC=61PENRT.RSC
REM Calibrate, if required.
CALIB
REM Run the sample PEN PAL program
PENR!api /e /k /x=320 /y=240
PENR!hwp /e
REM Start application
APP.EXE
"
NOTE:
PENR!API.EXE is not the same as one for a desktop computer.  You need one that comes
with a PenRight! machine.
Required Files
"
61MOUSE.RSC
{Specific to the 6100 Computer)
"
61MOUSE.COM
(Modified pen driver program)
"
CALIB.EXE
(Calibration program)
"
PENR!API.EXE
(PenWrite application)
"
PENR!HWP.EXE
(PenWrite Handwriting Recognition)
"
N6100.BGI
(for CALIB.EXE)
Handwriting Recognition System Setup
EXAMPLE:
Sample AUTOEXEC.BAT Code for Handwriting Recognition
PATH A:/;D:\;
REM Load the PEN PAL modified pen driver
call PENDOSEM.BAT
61MOUSE.COM
REM Run the sample PEN PAL program
PPCP 6100.RUN
A. Sample
Configuration Files