Re: Registry creation and BINARY values (should be a song)
- Posted by Sabal.Mike at notations.com May 09, 2002
- 457 views
You should use a sequence of ASCII values rather than a literal string.
{"111",REG_SZ,"String 1"},
{"112",REG_BINARY,{65,35,32,27,73,220,240,243,33}},
{"113",REG_SZ,"String 2"}
Michael J. Sabal
>>> euman at bellsouth.net 05/09/02 03:54PM >>>
{"111", REG_SZ,
"String"},
{"112", REG_BINARY, "O# [!
Y]! Y]! Y]!+]*ã!0ûã*!"},
{"113", REG_SZ, "Cool
eh"}})

