User's Manual
Table Of Contents
- Before You Begin
- Using the CK32 I-Safe Handheld Computer
- Understanding Windows Mobile
- Configuring the CK32 I-Safe
- Configuring the Operating Parameters
- Setting Up Ethernet Communications
- Setting Up Bluetooth Communications
- Setting Up 802.11 Radio Communications
- Configuring Security on the CK32 I-Safe
- Developing and Installing Applications
- Troubleshooting and Maintenance
- Specifications
- Physical and Environmental Specifications
- Accessories
- AN1 Communications Adapter (P/N 871-223-xxx)
- AC11 Quad Battery Charger (P/N 852-914-xxx)
- Handle (P/N 714-625-xxx)
- Hand Strap (P/N 825-183-xxx)
- Carrying Strap Kit (P/N 825-186-xxx)
- AB6 Battery Pack (P/N 318-021-xxx)
- Tethered Stylus (P/N 203-828-xxx)
- Battery Eliminator (P/N 714-619-xxx)
- Power Supply (P/N 851-061-xxx)
- Screen Protector (P/N 346-065-004)
- Index
Chapter 4— Developing and Installing Applications
96 CK32 I-Safe Handheld Computer Users Manual
Example:
; use AutoCopy to copy the control panel from flash file store to
windows.
autocopy.exe -S"\Flash File Store\System\Audio.cpl" -
D"\Windows\Audio.cpl"
; use AutoCopy to move the control panel from flash file store to
windows.
autocopy.exe -M1 -S"\Flash File Store\System\Audio.cpl" -
D"\Windows\Audio.cpl"
AutoReg
The AutoReg (AutoReg.exe) component adds registry
information to the Windows Mobile registry. It has no user
interface and is configured through command line arguments.
Usage:
AutoReg [-D] [-HKey] [-Q] “filename”
AutoReg Script Commands
Process return code uses standard error codes defined in
WinError.h.
Example:
; use AutoReg to install this registry information.
autoreg.exe "\Flash File Store\install.reg"
; use AutoReg to install this registry information. Delete the file
afterwards.
autoreg.exe -D "\Flash File Store\install.reg"
; use AutoReg to extract registry information to a file.
autoreg.exe -HHKEY_LOCAL_MACHINE\Software\Intermec\Version
"\version.reg"
Command Description
-D Deletes the registry file after successfully loading it.
This allows for systems that have hives
implemented.
-H Saves the registry path, and all child entries, to the
specific .REG registry file.
-Q Indicates whether a message box should appear
when a fatal error occurs.
filename Fully qualified file name to read from or write to,
encased in double quotes to support spaces in paths
or file names. See examples below.










