STEPS:
Open Notepad,
Copy paste the following DOS BATCH code in your text document. Now change the drive letter to the commonly used drive letter of your system. Save the file as "REMOVER.BAT".
REM ++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo off
l:
REM change above drivw letter with Removable Drive Letter
attrib *.* -s -h -r
REM deletes known removable device viruss..
del auto*.inf
del *.vbs
del new*.exe
del auto*.*
del rav*.exe
del adobe*.exe
del scv*.exe
del knight*.exe
del bittorrent.exe
del MFC32DLL.dll.vbs
del ms32.dll.vbs
del MS32DLL.dll.vbs
del msvcr71.dll
del RavMon.exe
del sal.xls.exe
REM if there are your EXEcutable files in drive then remark /s from commands
echo.
echo -----------------------
echo My Virus Remover
echo.
echo By: Bhu-Pal Sapkota
echo [email protected]
echo -----------------------
pause
REM +++++++++++++++++++++++++++++++++++++++++++++++++

0 comments:
Post a Comment