I am trying to run a basic logon script, but I am doing something wrong. When I try just to run the first if usergroup it works, but when I try to add a second usergroup to the script it doesnt run either one. Here is the script:

START /w KIX32.EXE

if Ingroup("Loan Officers")
net use p: \\pacific\point
net use k: \\informatix\peregrine

if Ingroup("Domain Admins")
net use p: \\pacific\point
net use k: \\informatix\peregrine
net use z: \\brett\pef\mis
endif