Another tactic, which eliminates coding changes as new "nodes" are added:
 Code:
$File = 'NODE' + Left(@USERID, 3) + '.kix'
If Exist($File)
  Call $File
Else
  'Warning! Unknown user' @CRLF 'Please contact the help desk!' ?
EndIf

Adding a new script "NODE###.kix" is all you need to do to support another group of users.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D