Intermec 6200 Reference Guide

Page of 410
APPENDIX A
Sample Configuration Files
A-2    PEN*KEY
R
 6200/6300 Hand-Held Computer Programmer’s Reference Guide
Sample Boot Configurations for 6200
The following sample configuration file listings, for the 6200 Computer, are preĆ
sented for reference only.  Refer to the toolkit distribution disks for the most reĆ
cent listings.
CONFIG.SYS Listings
CONFIG.SYS for a PL/N Application
BUFFERS=20
FILES=128
STACKS=9,256
REM **************************************************
REM THE FOLLOWING DRIVERS/TSRS ARE REQUIRED
DEVICE=D:\NORAPM.EXE
DEVICE=D:\NPOWER.EXE /ID:0 /BB:50 /B1:30 /B2:30 /B3:30
/AC:FF,CR,F6
DEVICE=D:\CLOCK.EXE
REM **************************************************
REM THE FOLLOWING DRIVERS/TSRS ARE NEEDED BY THE APPLICATIONS
DEVICE=PC4800.SYS LPT1 1 /I1
INSTALL=D:\4000API.EXE /C3
INSTALL=D:\MININET.EXE
INSTALL=FONTMAP.EXE –F GR12X16.FNT –S –I
REM No SHELL= means that ROMINIT.BAT is processed.
REM CPLNI.COM is loaded in ROMINIT.BAT
CONFIG.SYS for a Non PL/N Application
BUFFERS=20
FILES=128
STACKS=9,256
REM **************************************************
REM THE FOLLOWING DRIVERS/TSRS ARE REQUIRED
DEVICE=D:\NORAPM.EXE
DEVICE=D:\NPOWER.EXE /ID:4 /BB:50 /B1:30 /B2:30 /B3:30 /AC:FF,CF,F6
DEVICE=D:\CLOCK.EXE
REM **************************************************
REM THE FOLLOWING DRIVERS/TSRS ARE NEEDED BY THE APPLICATIONS
DEVICE=PC4800.SYS LPT1 1 /I1
INSTALL=D:\4000API.EXE /PC /10 /14 /16 /C3 
INSTALL=D:\MININET.EXE
INSTALL=FONTMAP.EXE –F GR12X22.fnt –S –I
REM No SHELL= means that ROMINIT.BAT is processed.
REM Application is loaded in ROMINIT.BAT.
CONFIG.SYS with Device Driver Configurations
The following is a typical listing of a CONFIG.SYS file for a 6200 Computer, with
examples of code for device drivers.
REM If 62BI325A flash is loaded, then COMMAND.COM in flash is really
REM MINICMD. To use standard COMMAND.COM, load it as part of your
REM application and add a shell statement as follows:
shell=c:\command.com c:\ /p
REM If 62BI325B flash is loaded, standard COMMAND.COM is in flash
REM and a SHELL statement is not needed unless you wish to change 
REM default environment size.
REM d:\ —— sets the COMSPEC environment variable to D:\COMMAND.COM.
REM /p  —— executes AUTOEXEC.BAT and defines COMMAND.COM as the
REM        permanent command shell.
REM /e:512 —— redefines the default environment as 512 bytes.
A. Sample
Configuration Files