Here is a small sample of the script
the funny thing is that the first three mappings work perfectly, but the use command (to a member server incidentally) dose not. The script works perfectly for NT clients.

Also, if I am already logged on and I manually run my logon batch file by double clicking it in the netlogon dir, hey presto all the mappings suddenly appear.


if ingroup("group1")=1 ;Test if user is Group1
$Drive = "V:"
$Share = "\dept1"
$SrvList = "01"
GOSUB "Connect"

$Drive = "W:"
$Share = "\dept2"
$SrvList = "01"
GOSUB "Connect"

$Drive = "Y:"
$Share = "\dept3"
$SrvList = "00"
GOSUB "Connect"

USE Z: "\\server2\drivers$"
ENDIF