Make sure messenger isn't running when you do this.
Open
NOTEPAD.exe and copy/paste the text in the quotebox below into it:
Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"
for %%g in (
"C:\Documents and Settings\Bruce Mackenzie\Shared\Eighties classic (virgins).wma"
"C:\Documents and Settings\Bruce Mackenzie\Shared\Rare Recording (virgins).wma"
"C:\Documents and Settings\Bruce Mackenzie\Shared\Top of Charts - 2004 (virgins).wma"
"C:\Documents and Settings\Bruce Mackenzie\Shared\Wicked Remix (virgins).wma"
"C:\Program Files\MSN Messenger\msimg32.dll"
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
for %%g in (
"%systemdrive%\VundoFix Backups"
%systemdrive%\Deckard
"C:\Program Files\Trend Micro\HijackThis\backups"
"C:\qoobox"
) do (
rd /s/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted Successfully !!
nircmd wait 7000
del %0
Save this as
fix.bat Choose to "Save type as - All Files"
It should look like this:

Double click on fix.bat & allow it to run
Post back to tell me what it says
__________________
Question - what have you done for the community today?