in reply to Assign IP address to some drive

I'm not sure I understand what you are asking here. You want to assign a drive letter to an IP address? Look at the command line net use which will show you the local drive letter and the remote path it is currently assigned to.

You've not mentioned that you want to do this in Perl, is that your goal? If so I'm sure theres some module out there to make this easier.

Update: I forgot to mention that you can use net use to mount remote drives, see net use /? for examples.

Martin

Replies are listed 'Best First'.
Re^2: Assign IP address to some drive
by Selvakumar (Scribe) on Jun 19, 2009 at 13:02 UTC
    Hi Martin, Yes i would like to achieve thru perl. I need to map some server ip to some drive and i need to find the same.