steve, could you take a moment and read what you were told.
if you don't correct your syntax, it will never work.
as example your stat group map:
code:
if INGROUP("LED")
? "Member of LED group"
USE G: /delete /Persistent
use G: "\\ATC-CORP\VOL2"
USE S: /delete /Persistent
use S: "\\FS2\LED$"
If Exist ("c:\windows\\DESKTOP\TRAKKE~1.PIF") = 0
If Exist ("c:\windows\\DESKTOP\TRAKKE~2.PIF") = 0
shell "%comspec% /c copy \\W2K2\netlogon\TRAKKE~1.PIF c:\windows\desktop"
shell "%comspec% /c copy \\W2K2\netlogon\TRAKKE~2.PIF c:\windows\desktop"
shell "%comspec% /c copy \\W2K2\netlogon\STARDO~1.PIF c:\windows\desktop"
sleep 3
endif

if INGROUP("STAT")

from beginning led you open 3 ifs but close only one! this means that the script never gets to the stat part unless user is a member of LED and does not have the pif-files on desktop!

after said this, I point you back to jens' previous post.
_________________________
!

download KiXnet