Alright, Im about 30 seconds away from going insane...

I've gone through the board and seen various ways to use ingroup, but for some unknown reason I cannot get it to work on a Windows 9X machine. I've tried the INI file, the reghack, the DLL upgrade, but all I ever get is a returned value of 0. The group is in the domain, and there are accounts in it. (Mine included). It works under NT/2K/XP no issues, but not 95/98.

The script Im using it in is really, REALLY simple.

Function IdentifyTemplates($UserName)

Select
Case (InGroup("CoreSys\PER-Office-MIS-Dept") > 0)
$IdentifyTemplates="ERG Management Services M.I.S|MIS"
Case 1
$IdentifyTemplates=""
EndSelect

EndFunction

I'm writing a document deployment script, and I can do all the hard stuff - What OS, what version of Word, users profile path, etc..., but I cannot get a simple ingroup command working. Can anyone shed some light?