Chapter 3 — Configuring the Computer
Usage:
AutoCopy
Process return code uses standard error codes defined in WINERROR.H.
Example:
;use AutoCopy to copy the control panel from flash file store to windows. autocopy.exe
;use AutoCopy to move the control panel from flash file store to windows. autocopy.exe
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
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.
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
;use AutoReg to extract registry information to a file.
autoreg.exe
The format of the input file, in this example, is the standard registry format which should ease the creation of the input file since there are many publicly available utilities to generate a registry file besides Notepad.
751G Color Mobile Computer User’s Manual | 51 |