10-04-2008, 06:40 PM
I am trying to set the color of Jasc from a file and am having a problem with rset changing the type,I have tried several ways and it is still changing my REG_BINARY TO REG_SZ, here is the diffrent codes I have tried, could someone please look at them and see where I am missing the flag or what I am missing?
example 1
rset "ff ff ff 00 ff ff ff 00 ff ff ff 00 ff ff ff " "CustomCustom""Software\Jasc\Animation Shop" HKEY_CURRENT_USER REG_BINARY
example 2
str a="ff ff ff 00 ff ff ff 00 ff ff ff 00 ff ff ff"
rset a "CustomCustom""Software\Jasc\Animation Shop" HKEY_CURRENT_USER REG_BINARY
thank you in advance!
donald
example 1
rset "ff ff ff 00 ff ff ff 00 ff ff ff 00 ff ff ff " "CustomCustom""Software\Jasc\Animation Shop" HKEY_CURRENT_USER REG_BINARY
example 2
str a="ff ff ff 00 ff ff ff 00 ff ff ff 00 ff ff ff"
rset a "CustomCustom""Software\Jasc\Animation Shop" HKEY_CURRENT_USER REG_BINARY
thank you in advance!
donald