10-04-2008, 07:30 PM
Gintaras Wrote:QM 2.3.0 saves it in REG_BINARY format.I am still having trouble, it is setting the wrong value with this code:
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
this code enters the right value but changes the BINARY to STRING:
rset "ff ff ff 00 ff ff ff 00 ff ff ff 00 ff ff ff " "CustomCustom""Software\Jasc\Animation Shop" HKEY_CURRENT_USER
could I get a example of how to make it enter the right value without changing the key type?
thanks again gintaras