Setting Binary Data in the Registry |
|
setRegistry() function. You do, however, need to be careful
on how you write a binary vale by making sure you use the binaryEncode() function on the data you
need to store.
put "HKEY_CURRENT_USER\Software\Microsoft\Command Processor\EnableExtensions" into theKey
get setRegistry(theKey, binaryEncode("I", 1), "dword")
Posted 6/9/2002 by Ken Ray