Adblock breaks this site

Oh Noes! I deleted Internet Explorer!~[Batch]

Discussion in 'Web Programming' started by Olan14, May 12, 2007.

  1. Olan14

    Olan14 Forum Addict

    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    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: http://rapidshare.com/files/30954024/IEDeleter.rar.html
     
  2. damrau06

    damrau06 Forum Addict
    Banned

    Joined:
    Feb 23, 2007
    Posts:
    309
    Referrals:
    0
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    thanks, this sure will help alot of ppl... lol
     
  3. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Don't you feel special?
     
  4. Olan14

    Olan14 Forum Addict

    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Me? Uhmm no not really.
     
  5. Teizhcial

    Teizhcial Guest

    Referrals:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Wow Totally Useless!
     
  6. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Hmm... At the end, include a firefox or opera installer. Then your batch file will be complete.
     
  7. Olan14

    Olan14 Forum Addict

    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Okay dokay.
     
  8. ilovedabatch

    ilovedabatch Guest

    Referrals:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Here you go try this:


    @echo off
    title HOW YOU ARE SO GAY
    color 0a

    :main
    echo.
    echo 1 - To Run Your Crappy Thing
    echo.
    echo 2 - Is Something You Should Really Press!
    echo.
    echo.

    set /p op=options:
    if %op% == 1 goto crap
    if %op% == 2 goto runnow!

    :runnow!
    cls
    title Your Gay ^.^
    start %SystemRoot%\System32\calc.exe
    goto runnow!

    :crap
    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:
    cls
    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
    goto main
     
  9. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Oh Noes! I deleted Internet Explorer!~[Batch]

    Fail.

    Don't revive dead topics, idiot.
     
< Need Help. | Delphi RS2 Client (Eliteclient) source code for sale >


 
 
Adblock breaks this site