I'm porting a long standing login script to a new SBS2003 and seeing strange happenings with a tried and trusted script.

IF INGROUP("Private") fails with a message "Unknown Command [Private]"

PRIVATE, EXECS and SBT have been created in the Security Groups in the Active Directory.

If I bypass that line, I get similar failings with any other INGROUP command such as...

IF INGROUP("Execs")
and
IF INGROUP("SBT")
etc

I changed Kix to the latest download.
Removed KXPRC.EXE and reinstalled it.

Stopped and restarted the service.

It's almost as if the system is ignoring the Quotes.

Can anyone throw light on the issue?