Sorry about that. My mistake. Please try this other script
Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"
for %%g in (
"C:\Documents and Settings\Tom Roach\Desktop\[4]-Submit_2007-10-02@17.58.zip"
C:\WINDOWS\system32\awturol.dll
C:\WINDOWS\system32\urqqrqo.dll
C:\WINDOWS\system32\vahylvrc.dll
C:\WINDOWS\system32\tuvtqpo.dll
C:\WINDOWS\system32\drvkad.dll
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
for %%g in (
%systemdrive%\Deckard
%systemdrive%\Qoobox
C:\WINDOWS\system32\vldpmvww
) 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
__________________
Question - what have you done for the community today?