Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rget command with reg_binary as type
#9
Use function RegGetValues. Example:
Code:
Copy      Help
ARRAY(str) a
RegGetValues(a "software\gindi\qm2\settings" 0 1)
int i; str s
for i 0 a.len
,s.formata("%s=%s[]" a[0 i] a[1 i])
s.setfile("$desktop$\test.txt")
run "$desktop$\test.txt"

Only String and DWORD values are correctly retrieved.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)