Hi

Ok it looks as if you need to read the Kixtart manual a bit more! I don't mean to be rude there!

Not sure what groups have access to what shares on your system, that will have to be done "group by group, share by share"

For the users home dir try:

USE "H:\\SERVERNAME\@userid$$"

OR

$drive="\\servername\"+@userid+chr(36)
USE H: $drive

The group mappings need to look something like:

IF INGROUP ("yourgroup")
USE F: "\\servername\share1"
USE G: "\\servername\share2"
USE H: "\\servername\share3"
ENDIF

I hope this points you in the right direction, good luck.

Rgds

------------------
Don Davidson
Network Engineer
http://www.insight-media.co.uk