I am having a problem with the net user command. I am trying to add many users from a command prompt as well as set their home directory to the correct path for that user. When I use the net user /homedir option it adds the home directory path into the local path. What I need it to do is to add it to the connect X as homedir portion. In Windows NT it defaulted to that location, so I had no problems then, but 2000 defaults the location to the local folder. The syntax I am using is: net user bob /add /homedir:\\server\bob
Please Help
Please Help