Has any one got the IF ingrop to work on Windows 7. When running it get to this modual , and scipps it and goes tot eh next one.... I belive and cant see the Group ( TESTING ON lOCAL DOMAIN)

 Code:
Select
Case InGroup("xxxxxx")
	Call @ldrive + $Path + "\xxxxx\xxxxx.kix"
	If @error = 4		; Checks for forced exit of script
		GoTo ScriptError
	EndIf
Case 0
	GoTo ScriptError
	? "The user does not belong to a site group or belongs to more than one."


Edited by Mart (2011-10-16 11:47 AM)
Edit Reason: Please use code tags when posting code.