I suppose you want another example.
Code:
BREAK ON

$users = GetObject("LDAP://ou=Users,ou=bla,ou=yada,dc=company,dc=local")
$Users.filter = Split('user')

for each $user in $users
if $user.scriptpath <> ""
$loginscript="bla\"+ $user.scriptpath
if $user.scriptpath <> "$loginscript"
;$user.scriptpath = $loginscript
;$user.SetInfo
endif
endif
next

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.