I'm trying to using the following code on a Win98 desktop with the MS DSclient installed. However, it doesn't seem to be working. I'm really new to Kix and scripting in general. Any help would be appreciated.

CLS
BREAK ON
$index=0
;$logshare='C:\'
;$Profile=%USERPROFILE%

DO
$group=ENUMGROUP($index)
$logdat = $group
;$logdat='+@userid+','+'$group+@crlf
IF $logdat = "Domain\Server_Support_Admin"
copy \\server\support\kix\Support.lnk "c:windows\Desktop\My Shortcuts\Support.lnk"
ENDIF
$index=$index + 1
UNTIL Len($group)=0