APPENDIX A
Sample Configuration Files
PEN*KEY
R
6200/6300 Hand-Held Computer Programmer’s Reference Guide A-11
; Grabbers are required for Non-Windows App support. Optional.
;386grabber=vga.3gr
;286grabber=vgacolor.2gr
language.dll=
;— Installable driver tokens. See [Drivers] section below for actual driver
; file names. Optional drivers can be left out or can be commented out in
; the [Drivers] section.
drivers=power pen penwindows scanner npcp irda mmsystem.dll
PenWinErrors=1
;— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
[drivers]
;— This is the Required APM driver. See [Power Driver] section below.
power=norapm.dll
;— This is the Required pen driver. See [Pen Driver] section below.
pen=norpen.dll
;— This is the optional Multimedia driver for the PC speaker. See the
; [speaker.drv] section below for settings. It is enabled by default.
Wave=speaker.drv
;— This is the Optional scanner driver. See [Scanner Driver] section below.
; It is disabled by default.
;scanner=norscan.drv
;— This is one of the settings for enabling Pen Windows, if you use it. It
; is disabled by default.
;penwindows=penwin.dll
;— This driver is needed to provide NPCP printing support. It is disabled
; by default.
;npcp=nornpcp.drv
;— This driver is needed to provide IrDA printing support. It is disabled
; by default.
;irda=norirda.drv
;— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
[Power Driver]
;— Indicates how often to repeat warnings like “Battery Low”. Default is 9.
MsgRepeatMinutes=1
;— Sets level of power messages. Default is 1. Here are the currently
; defined levels. Note that levels above 1 are for debug purposes ONLY!
; 0: No warning or debug messages. Errors are still displayed.
; 1: Warnings
; 2: Infrequent debug information
; 8: Frequent, but non-repeating debug information
; 10: Frequent, repeating debug information
; 15: All messages plus beep when system activity is detected.
ApmEventDialogs=1
;— Sets the number of seconds without user activity before backlight is
; turned off. Default is 30. Set to 0 to disable Backlight timeouts.
BacklightSeconds=30
;— Sets the number of seconds without system or user activity before system
; is suspended. Default is 30. Set to 0 to disable Suspend timeouts.
SuspendSeconds=60
;— APM Debugging switches ————————————————————————————————————
;— Turns on debug output. Default is 0. All messages are written to debug
; output.
; 0: No debug output.
; 1: Debug output is sent to Windows 3.1 debug monitor.
; (Example: DBWIN.EXE)
; 2: Debug output is broadcast to DOS and top-level windows. See Toolkit
; documents.
A. Sample
Configuration Files