To create the script file open up notepad and type the following:<br><br>@echo Setting up your Home Directory<br>net use x: /HOME<br>@echo Your Home directory can be accessed from Drive X.<br>pause<br><br>Exit and save the file as login.bat.<br><br>You don't need to include the echos and the pause if you don't want to. However, including the pause statement initially will help you verify or troubleshoot any problems mapping to the resource. Also, you do not need to specify the drive letter if you don't want to....it will use the next available if not specified. Although, I would think you would want it to be consistent for all users no matter what box they logon to.<br><br>As far as the Netlogon share, by default it is located at <br>Winnt\System32\Repl\Import\Scripts. If it has been moved to another location that is fine. Just copy the script to that location. In User Manager for each user, modify the profile and add login.bat to the Login Script Name box....do not include a path...Winnt only looks in the Netlogon share for the script.<br><br>Try it out and let us know....if you would like for me to email you a script (although you can see it is very simple)drop in your email address.<br> <p>Doug<br><a href=mailto:dxd_2000@yahoo.com>dxd_2000@yahoo.com</a><br><a href= > </a><br>