Windows CE | Programs |
7.11.1COMMAND LINE CALL
Parameter | Description |
Import the entries from the stated REG 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». |
If the call is executed without the | |
| screen after the import. With the |
| the event of a fault. |
Displays information on the available command line parameters. |
7.11.2 FILE .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 |
| 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
69 |