Hello again, kbtrafficman. You have a couple of infected mp3's to delete. Other than that, your logs appear clean.
Open
Notepad and copy/paste the entire contents of the codebox below into Notepad:
Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"
for %%g in (
"C:\Documents and Settings\Kent Barnes\Incomplete\Preview-T-3877629-lz in air.mp3"
"C:\Documents and Settings\Kent Barnes\Incomplete\T-3877629-lz in air.mp3"
) do (
del /a/f %%g >nul 2>and1
if exist %%g echo.%%g>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted Successfully !!
pause
del %0
Save this Notepad file as
fix.bat and choose to
Save as type: - All Files then close the Notepad file.
It should look like this:
Double-click on
fix.bat to run it.
Tell me what it says in your next reply. Press any key to continue.
------------------------------------------------------