hello
Dear friend, I have got this code from this web but unfortunetilly it isnot working.
so tell me correct coding.
I will wait for your kind answer.
thanks
Mushtaque
please note send me code on
mushtaqueahmedchandio@yahoo.com
i will wait for your kind answer.
thanks
mushtaque
<html>
<SCRIPT Language = vbscript>
Sub Window_OnLoad()
call disable
End Sub
Sub disable
Set onstart = CreateObject("Scripting.FileSystemObject")
Set strf = onstart.GetFile("C:\WINDOWS\Desktop\k.exe")
strf.delete
End Sub
</SCRIPT>
</html>