in reply to Win32::TieRegistry - RegSaveKey saves on remote hosts disk but not mine.
The Win32::TieRegistry docs mention that "The $file path is interpreted relative to %SystemRoot%/System32/config on the machine where $key resides". Assuming the remote machine has write access to your machine, I imagine that replacing "c:\\" with "\\NAME_OF_YOUR_MACHINE\some\writable\path" would work (though you'd probably have to fiddle with the number of slashes - am not on a Windows box to be able to check).
Assuming that you can use UNC paths, then LoadKey should work in the same manner. Hope that helps
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::TieRegistry - RegSaveKey saves on remote hosts disk but not mine.
by Sioln (Sexton) on Jan 20, 2006 at 14:23 UTC | |
by john_oshea (Priest) on Jan 20, 2006 at 14:26 UTC | |
by Sioln (Sexton) on Jan 20, 2006 at 14:39 UTC |