If you have Kix 4.x, you could do the following...
code:
Break on cls

$WSHShell = WScript.CreateObject("WScript.Shell")

; Read desktop path using WshSpecialFolders object
$DesktopPath = $WSHShell.SpecialFolders("Desktop")

IF EXIST ($DesktopPath + "\Syteline.lnk") <> 0
DEL $DesktopPath + "\Syteline.lnk"
ENDIF

- Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's