EasyManua.ls Logo

Micro Innovations Windows CE - Command Line Call; File.REG

Micro Innovations Windows CE
82 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Windows CE Programs
M000174-19 69
7.11.1 COMMAND LINE CALL
Parameter Description
-import «file» Import the entries from the stated REG file
-export «file» Export of the complete registry to the stated file
« "File" » Import of the REG file, the file name must be placed between opening and
closing delimiters! This entry is only supported to ensure compatibility, use the
parameter «import».
-q If the call is executed without the –q parameter, a message will appear on
screen after the import. With the –q parameter, a message will only appear in
the event of a fault.
-h or -? Displays information on the available command line parameters.
7.11.2 F
ILE .REG
Files with the suffix «.REG» can be imported providing that the following syntax is observed:
Type Description
String “«Identifier»”=“«text»”
Multi string “«Identifier»”=multi_sz:“«text1»”,“«text2»”,“«text3»”
Double word
“«Identifier»”=dword:«Value in hex»
Binary “«Identifier»”=hex(3):11,22,33,44,55,66,77,88
Æ The hex(3) entry is mandatory
Æ The values 11,22,... are examples
Æ If the binary values in the REG file are written on several lines, the line break
must be made with the «\» character.
; A semi-colon at the beginning of a line indicates a comment line and is not
included in the import.
See also chapter Command line call, Autoexec.reg.
Example of a REG file:
[HKEY_LOCAL_MACHINE\Hardware\DeviceMap\Touch]
"CalibrationData"="2108,2032 1111,1029 1104 3053 3099,3043"
[HKEY_LOCAL_MACHINE\Comm\OnBoard1\Tcpip\Parms]
"IPAddress"="192.168.1.1"
"DNS"="192.168.2.2","192.168.2.3"
"EnableDHCP"=dword:01
"Test"=hex(3):12,34,56,78,9A,BC,EF

Table of Contents