Open
notepad 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\Dipun Mistry\Submit [06-Jul-2007 12.52.37.14].zip"
"D:\BackupHomePC\Amishalogin stuff\Desktop\IM-Names.exe"
"D:\BackupHomePC\Amishalogin stuff\Desktop\weather_dir.exe"
"D:\BackupHomePC\Amishalogin stuff\My Documents\bhavesh mama\IM-Names.exe"
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%g>>"%temp%\log.txt"
)
for %%g in (
"C:\VundoFix 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.Delete 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?