Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

registry related functions usage

 [1/2] from: ronaldoff:free at: 15-Oct-2004 1:19


Hi Rebolers, I'd like to use these functions, but I don't know exactly how to use them : could create a registry key (for instance create-reg "RebolTest") But how can I create a value like path="the right path/to/myapp" ? Thanks in advance .. Good Rebolution ! Ronald GRUSS

 [2/2] from: Izkata::Comcast::net at: 14-Oct-2004 18:22


>> ? reg
Found these words: create-reg native! Creates a registry key and returns TRUE on success... delete-reg native! Deletes a registry key. Returns TRUE if deleted. (... exists-reg? native! Returns TRUE if registry key exists. (HKCU is defa... get-reg native! Returns value of a registry key, else NONE. (HKCU ... list-reg native! Returns a block of sub-keys for a registry key. (H... set-reg native! Sets registry key value. Returns value on success,... unset-reg-funcs function! [] < Looks like you may want to look at set-reg...