Mapping network drives

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having a hard time figuring out how to map a network share to a local drive letter. I know I could use the command shell program, but I would prefer not to if i can avoid it. Any suggestions?
 
Shell command will be the easy way to do.

Other option is use access functions in "mpr.dll" using DllImport.

--
Shak
(Houston)




Jefferson Cowart said:
I am having a hard time figuring out how to map a network share to a local
drive letter. I know I could use the command shell program, but I would
prefer not to if i can avoid it. Any suggestions?
 
Which functions in mpr.dll would I use?

Shakir Hussain said:
Shell command will be the easy way to do.

Other option is use access functions in "mpr.dll" using DllImport.

--
Shak
(Houston)





drive letter. I know I could use the command shell program, but I would
prefer not to if i can avoid it. Any suggestions?
 
I figured it out. Thanks.

Shakir Hussain said:
Shell command will be the easy way to do.

Other option is use access functions in "mpr.dll" using DllImport.

--
Shak
(Houston)





drive letter. I know I could use the command shell program, but I would
prefer not to if i can avoid it. Any suggestions?
 
Back
Top