I've got the same script for 98, 2k, and XP machines in multiple locations, and my ingroup statements are perfectly fine... example:

code:
 If InGroup ("@domain\RenoUsers") 

; Tell the user what were up to
$ProgressPrompt = "Connecting Reno, NV..."
Gosub DRAW_PROGRESS

; Connect up some drives
Use G: "\\RENO_NT3\E"
Use H: "\\RENO_NT3\F"
Use S: "\\RENO_NT3\I"

Run "\\RENO_NT3\EZAUDIT\ezscan.exe auto"
Endif



[ 28. January 2003, 23:47: Message edited by: Clancy ]