Re: Mapping Drive

2005-03-25 Thread Nick Pomponio
Danny, The Win32::FileOp package provides a Map method to perform this mapping. -Nick At 02:44 AM 3/25/2005, you wrote: Hi All, I was wondering if anyone know of a perl module that let's me map to a network path. Example: g:\ = \\wongd01\blds I could use the "net" command provided by window

RE: Mapping Drive

2005-03-25 Thread John Serink
Why not just use the UNC file name? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wong, Danny H. > Sent: Friday, March 25, 2005 3:44 PM > To: perl-win32-users@listserv.ActiveState.com > Subject: Mapping Drive > Importance: High > > > Hi All,

RE: Mapping Drive

2005-03-25 Thread BLAHA Jan
> Hi All, > I was wondering if anyone know of a perl module that let's me > map to a network path. > Example: g:\ = \\wongd01\blds This functionality is provided by Win32::NetResource module and its AddConnection method. best regards, Jan Blaha P.S. Example could be something like: use s

Re: Mapping Drive

2005-03-25 Thread Chris Wagner
Yes, u can use Win32::Lanman or Win32::NetResource. There are examples in the documentation. At 11:44 PM 3/24/05 -0800, Wong, Danny H. wrote: >Hi All, > I was wondering if anyone know of a perl module that let's me >map to a network path. >Example: g:\ = \\wongd01\blds -- REMEMBER THE