Intermec 6100 Reference Guide

Page of 328
APPENDIX A
Sample Configuration Files
PEN*KEY
R
 6100 Computer Programmer’s Reference Guide    A-3
Rem /c4 means install as COM4
Rem /s means save and restore UART values for COM4 on SUSPEND/RESUME
Rem /d m n t means delay t ticks where m=man code and n=man info
Rem 16b 21 refers to the Erickson PIA radio
devicehigh=d:\norcs\normod.sys /c4 .s /d 16b 21 20
Rem Delay for two seconds to ensure ELANCSSS has recognized the cards
device=d:\delay.exe /100 “
devicehigh=e:\stacker.drv /p=1 e: f:
devicehigh\f:\stacker.drv /p=1 f:
shell=d:\command.com d:\ /e:512 /p
EXAMPLE:
Sample CONFIG.SYS
At a minimum, the following statements should be included:
shell=d:\command.com d:\ /p
device=d:\elanapm.exe
device=d:\nordospm.exe
EXAMPLE:
Another Sample CONFIG.SYS
The following is another sample of a CONFIG.SYS file:
shell=d:\command.com d:\ /e:512 /p
device=d:\himem.sys
devicehigh=d:\elanump.sys /x=C000,D400,D800,DC00,E000
device=a:\emm386.exe i=D400–EFFF FRAME=D400
devicehigh=d:\elanapm.exe
devicehigh=d:\nordospm.exe
dos=high,umb
break=on
buffers=30
files=50
Other Sample Configuration Files
PENWIN.INI
The following is an example for use with Windows 3.1 on a 6100 Computer:
[Current]
User=User 1
InkWidth=1
InkColor=0
SelectTimeout=500
[*User 1]
TryDictonary=100
ErryrLevel=25
EndRecognition=8000
TimeOut=500
WriteDirection=103
MenuDropAlignment=0
Preferences=0
IntlPreferences=0
Recognizer=mars.dll
[Dictionary List]
MAINDICT.DLL=
[Recognizer List]
MARS.DLL=
[MsSpell]
MSSPELL.DLL=
[MsMainDict]
enuMain=
A. Sample
Configuration Files