in reply to Re: Win32::TieRegistry - RegSaveKey saves on remote hosts disk but not mine.
in thread Win32::TieRegistry - RegSaveKey saves on remote hosts disk but not mine.
dead: Network path not found :($REMOTE->{$key_to_save}->RegSaveKey( "//127.0.0.1/C$/sioln1.reg", [] ) + or die $^E;
Creates on remote host :($REMOTE->{$key_to_save}->RegSaveKey( "\\\\127.0.0.1\\C\$\\sioln1.reg", + [] ) or die $^E;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::TieRegistry - RegSaveKey saves on remote hosts disk but not mine.
by john_oshea (Priest) on Jan 20, 2006 at 14:26 UTC | |
by Sioln (Sexton) on Jan 20, 2006 at 14:39 UTC |