mapping a network drive 
Author Message
 mapping a network drive

I supose this is possible, but can't find how ?
How do I map a network drive...with vbs

kind regards,
DBR



Tue, 15 Apr 2003 04:38:13 GMT  
 mapping a network drive

Use Windows Scripting Host, execute a command shell and use the "net use "
command.  This is of course assuming that you want this done on the server.

- Jeff


Quote:
> I supose this is possible, but can't find how ?
> How do I map a network drive...with vbs

> kind regards,
> DBR



Tue, 15 Apr 2003 10:23:01 GMT  
 mapping a network drive
Why not use the "MapNetworkDrive" method of the WshNetwork object?

/Al


Quote:

> Use Windows Scripting Host, execute a command shell and use the "net use "
> command.  This is of course assuming that you want this done on the
server.

> - Jeff



> > I supose this is possible, but can't find how ?
> > How do I map a network drive...with vbs

> > kind regards,
> > DBR



Thu, 17 Apr 2003 07:57:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Mapping a network drive

2. Map a Network Drive

3. How to map a network drive with vb script

4. how to map a network drive

5. Removing Persistent Maps to Network Drives

6. mapping a network drive...

7. help with mapping a network drive, please?

8. Mapping home network drive.

9. Mapping Novel Network Drive

10. map/rename network drive

11. Mapping a network drive directly to a subfolder of a share

12. Mapping a network drive

 

 
Powered by phpBB® Forum Software