Intermec 6100 Reference Guide

Page of 328
PEN*KEY
R
 6100 Computer Programmer’s Reference Guide    A-1
Appendix A
Sample Configuration Files
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
"
Introduction
This section contains sample configurations for the PEN*KEY
R
 6100 HandĆHeld
Computer, as summarized below.
Topic Summary
Page
Sample Boot Configurations Files: AUTOEXEC.BAT, CONFIG.SYS . . . . . . . . . 
AĆ1
Other Configuration Files: PENWIN.INI, SYSTEM.INI, WIN.INI . . . . . . . . . . 
AĆ3
A sample configuration using a SanDisk Card with Stacker
KEYS.INI (Key Remapping Parameter File) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
AĆ13
This is a sample program that demonstrates remapping of the CTLĆALTĆDEL keys to
perform a soft reset.
Setups for Third Party Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
AĆ14
This paragraph contains sample code setting up thirdĆparty applications, such as PenĆ
Pal (DOS) and PenRight! (DOS)
Handwriting Recognition System Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
AĆ15
This paragraph contains the Handwriting Recognition program installation code.
APM Event Code Broadcast Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
AĆ14
This paragraph contains sample listing of event code values.
BGI Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
AĆ15
This includes some programming examples and a sample N6100.H file.
Sample Boot Configurations Files
AUTOEXEC.BAT (Default)
"
NOTE:
The AUTOEXEC.BAT and CONFIG.SYS files shown in this section are configured to go to-
gether.  These files found in softcopy, in the Tool Kit, are almost exactly like these.  If one of
these examples is copied, remember these two files need to be configured to work together.
@echo off
Rem Remap keys from BIOS default for new overlay
d:\keymap.exe d:\keys.ini > nul
path=d:\;d:\cs;d:\acn
if “%1” == “” autoexec.bat E: F:
:checkcard
shift
if “%0” == “” goto loadtsrs
Rem DIRCNT.EXE returns 0 if bad drive, or file count + 1.2 will be returned 
A. Sample
Configuration Files