Hi.
We're in the middle of moving from Novell 4.11 to windows 2000 server. I'm trying to write a login script for our clients (all are Windows 98 SE). I've had no success. All I want to do is map some network drives depending on what groups your a member of.
I tried a .bat file with
, the script runs, maps the drives but they don't show up in my computer.
I'm currently trying to do it with WSH but I don't even think the script is running. All I see is a dos box flash on and off real quick. Once again no drive mappings in my computer.
I'm also trying to implement home directories for users. From what I've read I guess I have to set up a seperate dir for every user, set the permissions and map that share. Is this how you do it? Is there a better way.
Thanks for your help.
Rob
We're in the middle of moving from Novell 4.11 to windows 2000 server. I'm trying to write a login script for our clients (all are Windows 98 SE). I've had no success. All I want to do is map some network drives depending on what groups your a member of.
I tried a .bat file with
Code:
net use
I'm currently trying to do it with WSH but I don't even think the script is running. All I see is a dos box flash on and off real quick. Once again no drive mappings in my computer.
I'm also trying to implement home directories for users. From what I've read I guess I have to set up a seperate dir for every user, set the permissions and map that share. Is this how you do it? Is there a better way.
Thanks for your help.
Rob