Link to home
Start Free TrialLog in
Avatar of micromc
micromc

asked on

Mapped network drives dropped

We have windows server 2003 which when a user logs in a .bat (in NETLOGON) file runs and sets up mapped drives.

First it disconnects the drives and then reconnects them using the Net Use command in DOS.

We have 100 computers with which this works fine but on a couple it doesn't connect the drives, when the user reboots it then connects them.

Anyway to stop this from happening?
--------------------------
net use j: /delete
net use t: /delete
net use u: /delete

net time \\aaa /set /y


net use t: \\aaa\aaadata


net use j: \\aaa\bbb-jobs


rem net use u: \\aaa\ccc
ASKER CERTIFIED SOLUTION
Avatar of Bradley Fox
Bradley Fox
Flag of United States of America image

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
Avatar of micromc
micromc

ASKER

Thanks!!! :-)