logon scripts for mapped drives

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created .bat files for logon scripts for the different users on my network. I use the netuse command to map drives. The mapped drives are created on my 98 boxes but they do not appear on my xp boxes. I have to go in and map the drive manually on the xp workstations. Any suggestions?
 
goto:
%system%\sysvol\sysvol\scripts

your "loginscript.bat"
should look like this:

net use V: /delete
net use V: \\servername\directory
net use W: /delete
net use W: \\servername\diretory2

This will work on any system

Harpert
-----Original Message-----
I have created .bat files for logon scripts for the
different users on my network. I use the netuse command to
map drives. The mapped drives are created on my 98 boxes
but they do not appear on my xp boxes. I have to go in and
map the drive manually on the xp workstations. Any
suggestions?
 
Back
Top