Hi guys I am from a Netware environment so this stuff is relatively new to me.
What is the best way to call a batch file in Kix based on a group as user belongs to.

Previously in netware is used the:

if member of group "test"
@z:\test\test.bat
end if

Is the syntax the same???