kix2001 v4.01

Both scripts below were run with the same
user on wk2 workstation with NT4 sp6a dc and bdc's.

This script does not work:
---------------------------
if ingroup("HTML - Site ABC")
USE Q: /DEL
USE Q: "\\foo-bar\html"
endif
---------------------------

This script does work:
---------------------------
if ingroup ("Domain Admins")
USE Q: /DEL
USE Q: "\\foo-bar\html"
endif
---------------------------
And so does this one:
---------------------------
USE Q: /DEL
USE Q: "\\foo-bar\html"
---------------------------

And so does any other group that in the
domain that does not have a the "-" or dash in the name of the group, I have two groups with dashes in the in name and neither of them work.... Any help would be great. Thanks
-richard