Thanx, i have installed the Windows support tools on my
PC, hoever, using REG EXPORT /nt4 still exports string
values of type REG_EXPAND_SZ in hexadecimal format, and
REQ Query has no "import" possibility. So I'm back where I
started, as I need a way to create editable
and "importable" files. Guess I will look for third-party
solutions now.
>-----Original Message-----
>Henk Hultink wrote in news:0b4e01c37cee$86817e80
$(E-Mail Removed):
>
>> Hi Mark,
>>
>> thanks for the answer.
>> The format in the example you show might be usable, but
>> can you reload it in the registry after editing? By
using
>> the same tool REG.EXE maybe?
>
>C:\>reg /?
>
>Registry Console Tool For Windows 2000 - version 2.0
>Copyright (C) Microsoft Corp. 1981-1999. All rights
reserved
>
>REG Operation [Parameter List]
>
> Operation [ QUERY | ADD | DELETE | COPY |
> SAVE | LOAD | UNLOAD | RESTORE |
> COMPARE | EXPORT | IMPORT ]
>
>Return Code: (Except of REG COMPARE)
>
> 0 - Succussful
> 1 - Failed
>
>For help on a specific operation type:
>
> REG Operation /?
>
>Examples:
>
> REG QUERY /?
> REG ADD /?
> REG DELETE /?
> REG COPY /?
> REG SAVE /?
> REG RESTORE /?
> REG LOAD /?
> REG UNLOAD /?
> REG COMPARE /?
> REG EXPORT /?
> REG IMPORT /?
>
>
>
>>>-----Original Message-----
>> <cut>
>>>If this format is usable
>>>===================
>>>C:\>reg query HKEY_CURRENT_USER\_TEST
>>>
>>>! REG.EXE VERSION 2.0
>>>
>>>HKEY_CURRENT_USER\_TEST
>>> SZ REG_SZ string data
>>> X REG_EXPAND_SZ %systemroot%
>>> multi REG_MULTI_SZ line one\0line two\0\0\0
>>> bin REG_BINARY 01010101
>>> dword REG_DWORD 0xff
>>>=====================
>>>
>>>that was output from REG.EXE from the Support Tools
>>>(installable from the W2K CD)
>>>
>>>.
>>>
>
>.
>
|