Selvakumar has asked for the wisdom of the Perl Monks concerning the following question:

In PC we use to Map network drive to some server. I want to identity the IP address of some drivers like "y:", "z:" etc., How can i get the result? Regards N. Selvakumar

Replies are listed 'Best First'.
Re: Explore Map network drive
by Anonymous Monk on May 06, 2009 at 06:30 UTC
      Any other methods?

        You can use Win32::OLE and any of the several com objects that Microsoft provides for managing mapped drives.

        One method is PLENTY :) Maybe with NET command print `net ...`;