This functionality is not natively included in W2K TS, but you can
achieve it anyway.
There is a utility in the Resource Kit called drivemap that does
this. All it does is to share the local drives on the client PC
and connect to those drives withing the user session, so you can
easily do this yourself with a login script. Something like:
on the client:
net share C_share_name$ C:\
within the session:
net use X: \\%clientname%\C_share_name$
--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
> I just wanted to know if a client connected to a server
> running Windows 2000 Terminal Services could somehow map
[quoted text clipped - 4 lines]
> Best regards,
> Alfonso
Cl?udio Rodrigues - 31 May 2004 04:56 GMT
Remember a couple things:
1. This does NOT work over the Internet unless a VPN is in place.
2. This is NOT secure.
3. This does NOT work on Win9X clients as stated on the article that talks
about DRVMAP.
Use something else like FTPRDP, WTSFTP or even the unsupported TSDropCopy.

Signature
Cl?udio Rodrigues
Microsoft MVP
Windows Technologies - Terminal Services
http://www.terminal-services.net
> This functionality is not natively included in W2K TS, but you can
> achieve it anyway.
[quoted text clipped - 24 lines]
> > Best regards,
> > Alfonso