what is file GLF6 VB script ?

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
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/
 
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 ?
 
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 ?
 
Back
Top