I use the following syntax to map my users home folders:
Code:
 	
use H: /d;
use H: @HOMESHR + \ + @USERID; connect to user's home share



Windows NT and up allow for mapping of nested folders within shared directories. i.e. \\server\deptshare$\username where DEPTSHARE$ is the share and USERNAME is a sub folder (which is not shared)


Edited by Huffinagle (2005-05-24 06:42 PM)