Hi Guys,
I have some problem with directory mappings on win2k server. Please help.

I shared three directories and add the following entries to my logon script.
net use F: \\server\folder1
net use G: \\server\folder2
net use H: \\server\folder3
This script above works well for domain users until client OSs were changed to Windows XP Pro SP 2. Every time we attached a USB drive on the PC, it is mapped to drive F. I have to change it manually from the WinXP workstation to something like drive Z: for the USB because it cant read the contents of the USB although the system tray displays the USB is connected. Knowing that USBs when attached is mapped to drive F:, I decided to edit my logon script to:
net use H: \\server\folder1
net use I: \\server\folder2
net use J: \\server\folder3
so that F: & G: would be free. But the problem is my new script is not working. I have restarted the server and it's not working. How could this be?
Please advise.
Thanks!
----------------------------------------------------------------
NET USE syntax:
http://www.microsoft.com/resources/d....mspx?mfr=true