I can not get the ingroup function to work for a global group. I am running 3.55, everything works but ingroup for 95 clients.
It always returns a value of 0
Any suggestions? Please help! Thank you!
Jonathan

---sample script----
Call @LSERVER\NETLOGON\system.kss ;@LSERVER = logon server
Call \\pdc\NETLOGON\system.kss ;@LSERVER = logon server
IF @inwin='1' Goto WinNT
Else Goto Win95

:WinNT
IF INGROUP("scripttest")=1
Use T: "\\ilox-fs1\eng-shared"
ENDIF

goto end
:Win95
$getg=INGROUP("LAITRAM\scripttest")
IF $getg=1
"good job!"
Use T: "\\ilox-fs1\eng-shared"
"2"
ENDIF
:end