are you asking how to convert:

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

to:
if ingroup("this and that")
;do group code
endif


come on now...

if ingroup("test")
shell 'z:\test\test.bat'
endif
_________________________
How to ask questions the smart way <-----------> Before you ask