Help! Kix hates me.

Win2K Pro workstation, Win2K AD servers.

Calling Kix as follows from batch file (as logon script):

kix script.kix

Script.kix reads like this:

use h: @homeshare

if ingroup("sharinfo-clients.isv.rsmt")
use o: "\\washington\clients"
endif

@homeshare line is ignored and I get the following error:

Script error : error in USE statement !
if ingroup("sharinfo-clients.isv.rsmt") = 1

If I take the use o: "\\washington\clients" statement out of the IF structure, I still get:

Script error : error in USE statement !
use o: "\\washington\clients"

I'm a newbie, but this seems simple. What am I doing wrong?

Thanks,
Chaz