what is file GLF6 VB script ?

G

Guest

I had an problem with IE6 in the last couple of days and although it is now
behaving I was doing some follow up research and checking in
c:\documents & settings\<my name> \local settings\temp and I came across a
couple of odd looking files :
GLF6 VB Script file
TWAIN teXt file
TWAIN001.Mtx
TWUNK001.MTX
TWUNK002.MTX

Does anyone know to what these files are related?
I have run Norton AV , Spybot and Adaware and the runs are now clean.
 
J

Jon

mel said:
I had an problem with IE6 in the last couple of days and although it is now
behaving I was doing some follow up research and checking in
c:\documents & settings\<my name> \local settings\temp and I came across a
couple of odd looking files :
GLF6 VB Script file
TWAIN teXt file
TWAIN001.Mtx
TWUNK001.MTX
TWUNK002.MTX

Does anyone know to what these files are related?
I have run Norton AV , Spybot and Adaware and the runs are now clean.

Looks like the vestiges of the install of a camera or scanner. Try opening
up the files in notepad or wordpad, and it may give you some more clues.

Jon
 
G

Glen

Twain is the componant that links scanners and cameras to both windows and
graphics programs. Twunk is part of twain. Its like a driver that gives
programmers common ground to program to.

Check out twain.org
http://www.twain.org/
 
G

Guest

Ok I opened the visual basic program using Notepad :

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

Anyone know what this is doing ?
 
J

Jon

Uninstalling Yahoo Messenger

Jon


mel said:
Ok I opened the visual basic program using Notepad :

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

Anyone know what this is doing ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top