Intermec 6100 Reference Guide

Page of 328
APPENDIX A
Sample Configuration Files
A-2    PEN*KEY
R
 6100 Computer Programmer’s Reference Guide
Rem AUTOEXEC.BAT is found on a drive.
dircnt.exe %0\autoexec.bat >nul:
if not errorlevel 2 goto checkcard
%0
autoexec.bat %0
:loadtsrs
Rem 4000api is needed by psrom0c to run acnnpcp
LH d:\4000api.exe /PC /10 /16 /C3
LH d:\mininet.exe –s1152 –t0 –c1
LH d:\vrotate.exe 0 0 240 320
LH d:\share.exe /f:3072 /l:128
LH d:\fontsel.exe 1
:romutils
d:\psrom0c.exe –i
if errorlevel 1 goto exit
Rem Errorlevel 0 indicates that psrom0c.exe exited to drive e: to allow
REM executing autoexec.bat
if exist autoexec.bat autoexec.bat
goto romutils
:exit
@echo on
EXAMPLE:
Sample AUTOEXEC.BAT for Windows
This is a DOS code example that could set up Windows via AUTOEXEC.BAT.
@ECHO OFF
REM Disable VROTATE if existed
d:\vrotate.exe –D
REM Disable Video Accesses as Activity
d:\elancfg /V0 /H16 /L1 /D4 /T2 /C0
rem /V0 – Disable Video Accesses as Activity
rem /H16 – High Speed to Low Speed set to 16 seconds
rem /L1 – Low Speed to DOZE set to 16 seconds
rem /D4 – Doze to Suspend set to 4
rem /T0 – Extended timer ticks in DOZE
path=\;d:\;\windows
cd \
911
CONFIG.SYS (Default)
Rem Display the Flash version message for 15 seconds
device=d:\delay.exe “” “PEN*KEY 6100 FLASH 61FL1000 V1.16” /1000
break=on
buffers=30
files=128
lastdrive=z
stacks=9,256
device=d:\himem.xyx /machine:2
Rem Do not load dos=high, because it causes DOS to use High Memory Area,
Rem which prevents creating a maximum RamDrive.
Rem dos=high
device=d:\elanump.sys /X=C000
dos=umb
devicehigh=d:\elanapm.exe
devicehigh=d:\nordospm.exe
devicehigh=d:\clock.exe
Rem Norand Card and socket services drivers:
devicehigh=d:\norcs\elancsss.exe
Rem /r means auto-retry after suspend
devicehigh=d:\norcs\atabios.sys /r
devicehigh=d:\norcs\norata.sys
A. Sample
Configuration Files