Ok make a file called IEDeleter and put this inside it:

CODE
@echo off
:start
title Internet Explorer Deleter...In Honor of Iamaminer :P
cls
echo Type delie to delte internet explorer
echo Type start to go to start
set /p o=Option:
if %o%==delie goto :delie
if %o%==start goto :start
pause
:delie
title Deleting IE Explorer
del %system root%\Program Files\Internet Explorer\iexplore.exe
echo Oh Noes! I've Deleted the Internet Explorer!
pause


Or you can download the RAR file with it inside:
CODE
http://rapidshare.com/files/30954024/IEDeleter.rar.html


Notice from WeaponX:
You MUST include the CODE tags whenever you are posting any kind of code.

 

 

 


Reply