I am running a Kix login script that runs just fine now. I want to add to the very end of the script a section that will check if a user is a member of a group and if so run this part of the script to install an application called Trackit. Here is the code. Anyone that can point out my errors? I would appreciate it. Thanks.

Code:
 :TRACKIT
if ingroup("Trackit")
use t: /delete
use t: \\tx-apps2\intuit
RUN T: + "\tiwsmgr.exe /service /audit"
exit
endif
exit