>>-load(-+------------+-,subkeyname, filename)-----------------><
+-key_handle-+Load creates a named subkey under the open key key_handle and loads registry data from the file filename (created by SAVE) and stores the data under the newly created subkey.
key_handle can only be HKEY_USERS or HKEY_LOCAL_MACHINE. Registry information is stored in the form of a hive - a discrete body of keys, subkeys, and values that is rooted at the top of the registry hierarchy. A hive is backed by a single file.
If key_handle is omitted, the subkey is created under HKEY_LOCAL_MACHINE.
Use UNLOAD to delete the subkey and to unlock the registry data file filename.