in reply to Re: remotemachine accessing: did not get any values when I use Win32::NetResource
in thread remotemachine accessing: did not get any values when I use Win32::NetResource

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^2: remotemachine accessing: did not get any values when I use Win32::NetResource
  • Download Code

Replies are listed 'Best First'.
Re^3: remotemachine accessing: did not get any values when I use Win32::NetResource
by digger (Friar) on Sep 29, 2006 at 19:49 UTC

    See the first reply from ikegami. RemoteName needs to be a properly formatted UNC. Change "192.168.10.67" to "\\\\192.168.10.67" and your code should work fine.

    digger