wantagofast
Technical User
I know this issue has been beat to death but I seem to be having a drive mapping issue. Can someone tell me why the batch file I have does not map the drives when a user boots up the workstation but when I have the user log off and log back on the workstation the batch file maps the drives.
Windows 2000 server
Windows XP Pro
I've tried using scripts and batch files. Either one does not map upon boot up.
I have the batch file in a the Netlogon folder on the DC. Here is the batch file.
net use f: \\%computer%\folder1\
net use m: \\%computer%\folder2\
net use i: \\%computer%\folder3\
net use u: \\%computer%\users\%USERNAME%\
Thanks in advance.
Matt
Windows 2000 server
Windows XP Pro
I've tried using scripts and batch files. Either one does not map upon boot up.
I have the batch file in a the Netlogon folder on the DC. Here is the batch file.
net use f: \\%computer%\folder1\
net use m: \\%computer%\folder2\
net use i: \\%computer%\folder3\
net use u: \\%computer%\users\%USERNAME%\
Thanks in advance.
Matt