Intermec 6200 Reference Guide

Page of 410
APPENDIX A
Sample Configuration Files
PEN*KEY
R
 6200/6300 Hand-Held Computer Programmer’s Reference Guide    A-21
NORAPM.EXE
63MOUSE.COM
REM Calibrate, if required.
CALIB.EXE
REM Run the sample PEN PAL program —— Other sample programs may be chosen
PPCP <APP.RUN>
Required Files
PPCP.EXE
(PenPal control program)
PPRCP.RSC
(RSC file for PenPal)
PPCP.REG
(Regular file)
63MOUSE.COM
(Pen driver program)
Note: 62MOUSE.COM for 6200 Computer.
CALIB.EXE
(6300 calibr. program)
Note: 62CALIB.EXE for 6200 Computer.
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:/VACTIVE –D
REM Load the pen driver
63MOUSE.COM
or
SET APIRSC=63MOUSE.RSC
REM Calibrate, if required.
ECHO PRESS 1 TO CALIBRATE
CALIB
REM Run the sample PENRIGHT! program
penr!.api /e /k /x=320 /y=240
PENR! hwp /e
REM Start application
APP.EXE
Required Files
63MOUSE.RSC
(RSC file for pen driver)
Note: 62MOUSE.RSC for 6200.
63MOUSE.COM
(Pen driver program)
Note: 62MOUSE.COM for 6200.
CALIB.EXE
(6300 calibr. program)
Note: 62CALIB.EXE for 6200.
PENR!API.EXE
PENR!HWP.EXE
Handwriting Recognition System Setup
EXAMPLE:
CONFIG.SYS Code
shell=d:\command.com d:\ /e:512 /p
device=d:\himem.sys /machine:2
device=a:\emm386.exe RAM 1024 i=D000–DFFF FRAME=D000
devicehigh=A:\norapm.exe
devicehigh=d:\npower.exe
dos=high,umb
break=on
buffers=30
files=50
EXAMPLE:
AUTOEXEC.BAT Code
path a:/;d:\;
rem Load the PEN PAL pen driver
cal PENDOSEM.BAT
63MOUSE.COM
A. Sample
Configuration Files