Is it possible to read the path of a registry and copy it? Or navigate to the path and copy it?
Im thinking along with lines of trying to copy the folder acra control.
The path is as such: "HKEY_LOCAL_MACHINESOFTWAREACRA CONTROL""
ive only got this at the moment:
$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\ACRA CONTROL", "")
MsgBox(4096, "DEMO", $var)
DirCopy($var, $destinationPath, 1)