logon scripts for mapped drives

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?
 
H

Harpert

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top