StylinLancer
-
Total Posts
:
57
- Scores: 0
-
Reward points
:
0
- Joined: 10/5/2006
-
Status: offline
|
Script To Network Drives
Tuesday, November 14, 2006 4:19 AM
( permalink)
Is there some kind of script to connect to mapped networked drives? I have drives mapped on my laptop and each time I logon the drive dont connect automatically but the box to reconnect at logon is checked. If there is a script please let me know and let me know how to run the script when I logon to my pc. Thanks in advance!
|
|
|
|
Country73
-
Total Posts
:
754
- Scores: 10
-
Reward points
:
0
-
Status: offline
|
RE: Script To Network Drives
Friday, January 12, 2007 6:36 AM
( permalink)
Looks like this one has been out here for a little while... If you haven't already resolved this; are you able to run this simple script- (replace the drive letter and the location with your information) Set oNetwork = CreateObject("WScript.Network") oNetwork.MapNetworkDrive "H:" , "\\Server\Share"
|
|
|
|