I am trying to map the shared folders according to the groups- The clients mostly windows 95/98 and some NT/W2K. I have tried following script but it never works - all Kix files are in the netlogon directory of the W2K server as well in the system directories of the clients.
Is it any issues using INGGROUP in Windows 95/98 world or best to use IFMEMBER - please advice.

$text = "Connecting network drives"
GOSUB header

IF INGROUP ("sales") = 1
$t = "Connecting drive I:" GOSUB text
USE I: /DELETE
USE I: "\\myt-1001\sales" GOSUB err

$t = "Connecting drive J:" GOSUB text
USE J: /del /persistent
USE J: "\\myt-1001\market" GOSUB err
ENDIF

ENDIF

GOSUB debug
RETURN