This is what my script looks like:

variables
$x="$$"
$s="servername\"
$u=@userid$
$dir=$s+$u+$x

$g=@comment
use H: $dir
goto $g

IF INGROUP ("group name") = 1
USE G: $s group\shared name$
ELSE

ENDIF

The Home directory maps fine but it seems as if the INGROUP function is not seeing the different groups on the server not sure about just maybe. I am just not able to map with the INGROUP function.

Wilton