If you wanted to go back to using a login script (bat file). That's no problemo.
Using individual login scripts is easy to config on small networks or if you only have a few shares.
You will need to find a exe called ifmember to run this. It can be found on the NT resource CD or internet.
Have included a little bit of script to help you out
REM disconnect network drives
NET USE I: /DELETE
NET USE H: /DELETE
REM map network drives
ifmember FIRSTGROUP
If not errorlevel 1 goto SECONDGROUP
net use H: \\SERVERNAME\SHARENAME
:SECONDGROUP
ifmember SECONDGROUP
If not errorlevel 1 goto FINISH
net use I: \\SERVERNAME\SHARENAME
:FINISH
EXIT
It gets quite funky as you can assign a group to a PC and even map your printers..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.