Link to home
Start Free TrialLog in
Avatar of mikevos
mikevos

asked on

Win 2k doesn't automatically recoonnect to mapped network ddrive

What is a good batch file to use to automatically connect to a mapped network drive on start up?

Workstations are win 2k sp4 and serviers are win 2k.
ASKER CERTIFIED SOLUTION
Avatar of R_Broyles
R_Broyles

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
net use z: \\server\location /PERSISTENT:yes

/PERSISTENT:{yes | no} : Controls the use of persistent network connections. The default is the setting used last. Deviceless connections are not persistent. Yes saves all connections as they are made, and restores them at next logon.
Avatar of francrl
francrl

This is a very good site for making your scripts. I think .vbs is the way to go over .bat http://www.computerperformance.co.uk/Logon/Logon_HomeDir.htm