G
Guest
I found this file in the <user name>\localsettings\temp\GLF6 and it shows
as a visual basic file. Opeing the file in Notepad gives the following :
On Error Resume Next
strFullName = WScript.ScriptFullName
set filesys = Wscript.CreateObject("Scripting.FileSystemObject")
WScript.Sleep 1000
FileSys.DeleteFile ("C:\PROGRA~1\Yahoo!\Common\unyt.exe")
FileSys.DeleteFolder ("C:\PROGRA~1\Yahoo!\COMPAN~1\Installs\cpn")
FileSys.DeleteFile strFullName
What is this doing ?
as a visual basic file. Opeing the file in Notepad gives the following :
On Error Resume Next
strFullName = WScript.ScriptFullName
set filesys = Wscript.CreateObject("Scripting.FileSystemObject")
WScript.Sleep 1000
FileSys.DeleteFile ("C:\PROGRA~1\Yahoo!\Common\unyt.exe")
FileSys.DeleteFolder ("C:\PROGRA~1\Yahoo!\COMPAN~1\Installs\cpn")
FileSys.DeleteFile strFullName
What is this doing ?