Hi everyone, I have a sharing problem with my XP workstations connecting to a 2003 Terminal server. In my kix script I'm using this line to map the local floppy into the terminal session:

Code:
USE E: "\\%CLIENTNAME%\DISK_A"



On the 95 workstations, it works perfectly but it doesn't on the XP ones.
I've tried using:

Code:
USE E: "\\%CLIENTNAME%\A$"



Didn't work either.

The share is created on the local computer but I never get the drive once I'm in the session... I've granted full control to everyone for this share. What could be the problem? I don't know where to look anymore.

Thanks in advance!