View Single Post
Old 10-02-2007, 06:09 PM   #11 (permalink)
sUBs
Asst Manager Security, Expert Analyst, Moderator, Security Team; Rangemaster, Moderator, TSF Academy
 
sUBs's Avatar
 
Join Date: May 2005
Posts: 24,338
OS: N/A


Re: WinAntiVirusPro - 5 steps completed

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?
sUBs is offline